We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65fea2 commit bd32aa8Copy full SHA for bd32aa8
src/options.js
@@ -3,7 +3,7 @@ const mcData = require('minecraft-data')
3
// Minimum supported version (< will be kicked)
4
const MIN_VERSION = '1.16.201'
5
// Currently supported verson. Note, clients with newer versions can still connect as long as data is in minecraft-data
6
-const CURRENT_VERSION = '1.20.71'
+const CURRENT_VERSION = '1.20.80'
7
8
const Versions = Object.fromEntries(mcData.versions.bedrock.filter(e => e.releaseType === 'release').map(e => [e.minecraftVersion, e.version]))
9
0 commit comments