Skip to content

Commit

Permalink
Support Bedrock 1.21.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Oct 29, 2024
1 parent e5e5e88 commit 4b10b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
gson = "2.10.1"
protocol = "3.0.0.Beta5-20240916.181041-6"
protocol = "3.0.0.Beta5-20241022.154658-14"
netty = "4.1.110.Final"
fastutil = "8.5.2"
mcprotocollib = "86903ec" # Revert from jitpack after release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import org.cloudburstmc.protocol.bedrock.codec.v686.Bedrock_v686;
import org.cloudburstmc.protocol.bedrock.codec.v712.Bedrock_v712;
import org.cloudburstmc.protocol.bedrock.codec.v729.Bedrock_v729;
import org.cloudburstmc.protocol.bedrock.codec.v748.Bedrock_v748;

/**
* Contains information about the supported Bedrock protocols in GlobalLinkServer.
Expand All @@ -60,6 +61,7 @@ public class BedrockVersionUtils {
add(Bedrock_v686.CODEC);
add(Bedrock_v712.CODEC);
add(Bedrock_v729.CODEC);
add(Bedrock_v748.CODEC);
}};

/**
Expand Down

0 comments on commit 4b10b9e

Please sign in to comment.