mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Make tested version 1.13.1 instead of 1.13
This commit is contained in:
parent
adb02a2457
commit
966c15f8ab
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
"endian-toggle": "^0.0.0",
|
||||
"lodash.get": "^4.1.2",
|
||||
"lodash.merge": "^4.3.0",
|
||||
"minecraft-data": "^2.27.0",
|
||||
"minecraft-data": "^2.28.0",
|
||||
"node-rsa": "^0.4.2",
|
||||
"prismarine-nbt": "^1.2.0",
|
||||
"protodef": "^1.6.7",
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
module.exports = {
|
||||
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…
Reference in a new issue