mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-03-14 22:39:55 -04:00
Make 1.16.5 the default (#840)
This commit is contained in:
parent
4aaa837a7d
commit
bfb1472e7e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
defaultVersion: '1.16.4',
|
||||
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.4']
|
||||
defaultVersion: '1.16.5',
|
||||
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5']
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue