File tree Expand file tree Collapse file tree
core/src/main/java/com/rtm516/mcxboxbroadcast/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import com .google .gson .Gson ;
44import com .google .gson .GsonBuilder ;
55import 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
88import java .net .URI ;
99import 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}
Original file line number Diff line number Diff line change 11[versions ]
2- protocol = " 3.0.0.Beta8-20250929.213851-8 "
2+ protocol = " 3.0.0.Beta10-20251014.180344-2 "
33geyser =" 2.4.1-SNAPSHOT"
44jackson = " 2.14.0"
55java-websocket = " 1.5.3"
You can’t perform that action at this time.
0 commit comments