Skip to content

Commit 1cbfe34

Browse files
committed
Bump MCPL
1 parent 6ad1105 commit 1cbfe34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/org/geysermc/geyser/network/GameProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public final class GameProtocol {
8686
register(Bedrock_v818.CODEC, "1.21.90", "1.21.91", "1.21.92");
8787
register(Bedrock_v819.CODEC, "1.21.93", "1.21.94");
8888
register(Bedrock_v827.CODEC, "1.21.100", "1.21.101");
89-
register(Bedrock_v844.CODEC, "1.21.111", "1.21.112", "1.21.113");
89+
register(Bedrock_v844.CODEC, "1.21.111", "1.21.112", "1.21.113", "1.21.114");
9090

9191
MinecraftVersion latestBedrock = SUPPORTED_BEDROCK_VERSIONS.get(SUPPORTED_BEDROCK_VERSIONS.size() - 1);
9292
DEFAULT_BEDROCK_VERSION = latestBedrock.versionString();

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protocol-common = "3.0.0.Beta8-20250929.213851-8"
1414
protocol-codec = "3.0.0.Beta8-20250929.213851-8"
1515
raknet = "1.0.0.CR3-20250811.214335-20"
1616
minecraftauth = "4.1.1"
17-
mcprotocollib = "1.21.9-20251008.155050-11"
17+
mcprotocollib = "1.21.9-20251020.140136-16"
1818
adventure = "4.24.0"
1919
adventure-platform = "4.3.0"
2020
junit = "5.9.2"

0 commit comments

Comments
 (0)