Skip to content

Commit 9cd68eb

Browse files
authored
Support 1.21.120 (#282)
1 parent 932f585 commit 9cd68eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/src/main/java/com/rtm516/mcxboxbroadcast/core/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.google.gson.Gson;
44
import com.google.gson.GsonBuilder;
55
import org.cloudburstmc.protocol.bedrock.codec.BedrockCodec;
6-
import org.cloudburstmc.protocol.bedrock.codec.v844.Bedrock_v844;
6+
import org.cloudburstmc.protocol.bedrock.codec.v859.Bedrock_v859;
77

88
import java.net.URI;
99
import java.time.Duration;
@@ -61,5 +61,5 @@ public class Constants {
6161
/**
6262
* Used for the micro nethernet server that trasnfers the client to the real server
6363
*/
64-
public static final BedrockCodec BEDROCK_CODEC = Bedrock_v844.CODEC;
64+
public static final BedrockCodec BEDROCK_CODEC = Bedrock_v859.CODEC;
6565
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
protocol = "3.0.0.Beta8-20250929.213851-8"
2+
protocol = "3.0.0.Beta10-20251014.180344-2"
33
geyser ="2.4.1-SNAPSHOT"
44
jackson = "2.14.0"
55
java-websocket = "1.5.3"

0 commit comments

Comments
 (0)