mirror of
https://github.com/ViaVersion/ViaLoader.git
synced 2024-11-24 12:06:59 +01:00
Updated ViaBedrock
This commit is contained in:
parent
d985f1548c
commit
91cee66bb3
@ -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"
|
||||
|
@ -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),
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user