Minecraft 26.1 (#1739)

* 26.1-snapshot-10

* 26.1-snapshot-11

* 26.1-pre-1

* 26.1-pre-2

* 26.1-pre-3

* 26.1-rc-1

* 26.1-rc-2

* 26.1
This commit is contained in:
Aaron
2026-03-22 05:14:28 +01:00
committed by GitHub
parent 99bd030996
commit d11511c184
2 changed files with 68 additions and 34 deletions

View File

@@ -94,7 +94,8 @@ public enum ProtocolVersion implements Ordered<ProtocolVersion> {
MINECRAFT_1_21_6(771, "1.21.6"),
MINECRAFT_1_21_7(772, "1.21.7", "1.21.8"),
MINECRAFT_1_21_9(773, "1.21.9", "1.21.10"),
MINECRAFT_1_21_11(774, "1.21.11");
MINECRAFT_1_21_11(774, "1.21.11"),
MINECRAFT_26_1(775, "26.1");
private static final int SNAPSHOT_BIT = 30;