Updated ViaBedrock

This commit is contained in:
RaphiMC 2023-09-20 19:58:16 +02:00
parent d985f1548c
commit 91cee66bb3
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ dependencies {
compileOnly "com.viaversion:viarewind-core:3.0.0-SNAPSHOT"
compileOnly "net.raphimc:ViaLegacy:2.2.19-SNAPSHOT"
compileOnly "net.raphimc:ViaAprilFools:2.0.9-SNAPSHOT"
compileOnly "net.raphimc:ViaBedrock:0.0.2-SNAPSHOT"
compileOnly "net.raphimc:ViaBedrock:0.0.3-SNAPSHOT"
compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR1-SNAPSHOT"
api "org.slf4j:slf4j-api:2.0.9"

View File

@ -101,8 +101,8 @@ public enum VersionEnum {
r1_19_1tor1_19_2(ProtocolVersion.v1_19_1),
r1_19_3(ProtocolVersion.v1_19_3),
r1_19_4(ProtocolVersion.v1_19_4),
bedrockLatest(getViaBedrockProtocol("bedrockLatest")),
r1_20tor1_20_1(ProtocolVersion.v1_20),
bedrockLatest(getViaBedrockProtocol("bedrockLatest")),
r1_20_2(ProtocolVersion.v1_20_2),
//