File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/nukkitx/proxypass Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
</dependency >
40
40
<dependency >
41
41
<groupId >com.nukkitx.protocol</groupId >
42
- <artifactId >bedrock-v389 </artifactId >
43
- <version >2.5.2 </version >
42
+ <artifactId >bedrock-v390 </artifactId >
43
+ <version >2.5.5 </version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
<dependency >
Original file line number Diff line number Diff line change 13
13
import com .nukkitx .protocol .bedrock .BedrockClient ;
14
14
import com .nukkitx .protocol .bedrock .BedrockPacketCodec ;
15
15
import com .nukkitx .protocol .bedrock .BedrockServer ;
16
- import com .nukkitx .protocol .bedrock .v389 . Bedrock_v389 ;
16
+ import com .nukkitx .protocol .bedrock .v390 . Bedrock_v390 ;
17
17
import com .nukkitx .proxypass .network .ProxyBedrockEventHandler ;
18
18
import lombok .AccessLevel ;
19
19
import lombok .Getter ;
@@ -37,7 +37,7 @@ public class ProxyPass {
37
37
public static final ObjectMapper JSON_MAPPER = new ObjectMapper ().disable (DeserializationFeature .FAIL_ON_UNKNOWN_PROPERTIES );
38
38
public static final YAMLMapper YAML_MAPPER = (YAMLMapper ) new YAMLMapper ().disable (DeserializationFeature .FAIL_ON_UNKNOWN_PROPERTIES );
39
39
public static final String MINECRAFT_VERSION ;
40
- public static final BedrockPacketCodec CODEC = Bedrock_v389 . V389_CODEC ;
40
+ public static final BedrockPacketCodec CODEC = Bedrock_v390 . V390_CODEC ;
41
41
public static final int PROTOCOL_VERSION = CODEC .getProtocolVersion ();
42
42
private static final DefaultPrettyPrinter PRETTY_PRINTER = new DefaultPrettyPrinter ();
43
43
You can’t perform that action at this time.
0 commit comments