We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f11f21 commit ccf4142Copy full SHA for ccf4142
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.21.60'
+const CURRENT_VERSION = '1.21.70'
7
8
const Versions = Object.fromEntries(mcData.versions.bedrock.filter(e => e.releaseType === 'release').map(e => [e.minecraftVersion, e.version]))
9
0 commit comments