mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -04:00
Make tested version 1.13.1 instead of 1.13
This commit is contained in:
parent
adb02a2457
commit
966c15f8ab
@ -44,7 +44,7 @@
|
|||||||
"endian-toggle": "^0.0.0",
|
"endian-toggle": "^0.0.0",
|
||||||
"lodash.get": "^4.1.2",
|
"lodash.get": "^4.1.2",
|
||||||
"lodash.merge": "^4.3.0",
|
"lodash.merge": "^4.3.0",
|
||||||
"minecraft-data": "^2.27.0",
|
"minecraft-data": "^2.28.0",
|
||||||
"node-rsa": "^0.4.2",
|
"node-rsa": "^0.4.2",
|
||||||
"prismarine-nbt": "^1.2.0",
|
"prismarine-nbt": "^1.2.0",
|
||||||
"protodef": "^1.6.7",
|
"protodef": "^1.6.7",
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
defaultVersion: '1.12.2',
|
defaultVersion: '1.12.2',
|
||||||
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13']
|
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13.1']
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user