chore: bump adventure to 4.21.0 (#1564)

feat: support for 1.21.5+ hover and click events
This commit is contained in:
Timon Seidel
2025-04-30 21:44:12 +02:00
committed by GitHub
parent 1561ba2e38
commit b411a0fa09
3 changed files with 34 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ public enum ProtocolVersion implements Ordered<ProtocolVersion> {
MINECRAFT_1_21(767, "1.21", "1.21.1"),
MINECRAFT_1_21_2(768, "1.21.2", "1.21.3"),
MINECRAFT_1_21_4(769, "1.21.4"),
MINECRAFT_1_21_5(770, /*1073742067,*/ "1.21.5");
MINECRAFT_1_21_5(770, "1.21.5");
private static final int SNAPSHOT_BIT = 30;