Skip to content

Commit 3408d25

Browse files
extremeheatrom1504
andauthored
1.21.4 (#672)
* 1.21.4 * point deps * Update ci.yml * Update package.json * Update package.json --------- Co-authored-by: Romain Beaumont <[email protected]>
1 parent a4bdf0a commit 3408d25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/default-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
},
2626
"everybody-op": false,
2727
"max-entities":100,
28-
"version": "1.21.3"
28+
"version": "1.21.4"
2929
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"exit-hook": "^2.2.1",
3636
"flatmap": "^0.0.3",
3737
"long": "^5.1.0",
38-
"minecraft-protocol": "^1.50.0",
38+
"minecraft-protocol": "^1.53.0",
3939
"moment": "^2.10.6",
4040
"needle": "^2.5.0",
4141
"node-gzip": "^1.1.2",
@@ -66,7 +66,7 @@
6666
"expect": "^29.1.2",
6767
"flying-squid": "file:.",
6868
"minecraft-wrap": "^1.2.3",
69-
"mineflayer": "^4.24.0",
69+
"mineflayer": "^4.25.0",
7070
"mocha": "^11.0.1",
7171
"standard": "^17.0.0"
7272
}

src/lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const testedVersions = ['1.8.8', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18', '1.18.2', '1.19', '1.19.2', '1.19.3', '1.19.4', '1.20', '1.20.2', '1.20.3', '1.20.5', '1.21.1', '1.21.3']
1+
const testedVersions = ['1.8.8', '1.9.4', '1.10.2', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5', '1.17.1', '1.18', '1.18.2', '1.19', '1.19.2', '1.19.3', '1.19.4', '1.20', '1.20.2', '1.20.3', '1.20.5', '1.21.1', '1.21.3', '1.21.4']
22
module.exports = {
33
testedVersions,
44
latestSupportedVersion: testedVersions[testedVersions.length - 1],

0 commit comments

Comments
 (0)