packets: Add support for 1.21.7

This commit is contained in:
Oliver
2025-06-25 17:20:26 +02:00
parent e64a1e5ced
commit 3330a40419
3 changed files with 18 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ import java.util.List;
public enum ServerVersion {
v1_21_7("1.21.7", 772),
v1_21_6("1.21.6", 771),
v1_21_5("1.21.5", 770),
v1_21_4("1.21.4", 769),