Skip to content

Commit 3ff1ee8

Browse files
committed
1.21.7 Support
1 parent 88dfefb commit 3ff1ee8

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

api/src/main/java/com/velocitypowered/api/network/ProtocolVersion.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,12 @@ public boolean isSupported() {
281281
/**
282282
* Minecraft 1.21.6.
283283
*/
284-
MINECRAFT_1_21_6(771, "1.21.6");
284+
MINECRAFT_1_21_6(771, "1.21.6"),
285+
286+
/**
287+
* Minecraft 1.21.7.
288+
*/
289+
MINECRAFT_1_21_7(772, "1.21.7");
285290

286291
private static final int SNAPSHOT_BIT = 30;
287292

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ auto-service-annotations = "com.google.auto.service:auto-service-annotations:1.1
2121
brigadier = "com.velocitypowered:velocity-brigadier:1.0.0-SNAPSHOT"
2222
bstats = "org.bstats:bstats-base:3.1.0"
2323
caffeine = "com.github.ben-manes.caffeine:caffeine:3.2.1"
24-
checker-qual = "org.checkerframework:checker-qual:3.49.4"
25-
checkstyle = "com.puppycrawl.tools:checkstyle:10.26.0"
24+
checker-qual = "org.checkerframework:checker-qual:3.49.5"
25+
checkstyle = "com.puppycrawl.tools:checkstyle:10.26.1"
2626
completablefutures = "com.spotify:completable-futures:0.3.6"
2727
configurate3-hocon = { module = "org.spongepowered:configurate-hocon", version.ref = "configurate3" }
2828
configurate3-yaml = { module = "org.spongepowered:configurate-yaml", version.ref = "configurate3" }

0 commit comments

Comments
 (0)