Update Minecraft wiki link to new domain (#455)
This commit is contained in:
parent
755ba31ea7
commit
689658c4ab
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const skippedVersionsOnGithubCI = ['1.16.210', '1.17.10', '1.17.30', '1.18.11',
|
|||
const testedVersions = process.env.CI ? Object.keys(Versions).filter(v => !skippedVersionsOnGithubCI.includes(v)) : Object.keys(Versions)
|
||||
|
||||
const defaultOptions = {
|
||||
// https://minecraft.gamepedia.com/Protocol_version#Bedrock_Edition_2
|
||||
// https://minecraft.wiki/w/Protocol_version#Bedrock_Edition_2
|
||||
version: CURRENT_VERSION,
|
||||
// client: If we should send SetPlayerInitialized to the server after getting play_status spawn.
|
||||
// if this is disabled, no 'spawn' event will be emitted, you should manually set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue