1.21.90
This commit is contained in:
parent
e503c47c79
commit
404c2a492b
1 changed files with 1 additions and 1 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.80'
|
||||
const CURRENT_VERSION = '1.21.90'
|
||||
|
||||
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