1.21.80 (#602)
This commit is contained in:
parent
b6b0bcdd70
commit
e71fd513dd
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ const mcData = require('minecraft-data')
|
|||
// Minimum supported version (< will be kicked)
|
||||
const MIN_VERSION = '1.16.201'
|
||||
// Currently supported verson. Note, clients with newer versions can still connect as long as data is in minecraft-data
|
||||
const CURRENT_VERSION = '1.21.70'
|
||||
const CURRENT_VERSION = '1.21.80'
|
||||
|
||||
const Versions = Object.fromEntries(mcData.versions.bedrock.filter(e => e.releaseType === 'release').map(e => [e.minecraftVersion, e.version]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue