mirror of
https://github.com/ViaVersion/ViaLoader.git
synced 2024-11-24 12:06:59 +01:00
Updated ViaBackwards API usage
This commit is contained in:
parent
06f8dc079a
commit
72794a588b
@ -50,11 +50,11 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly "com.viaversion:viaversion-common:5.0.5"
|
||||
compileOnly "com.viaversion:viabackwards-common:5.0.4"
|
||||
compileOnly "com.viaversion:viaversion-common:5.1.0"
|
||||
compileOnly "com.viaversion:viabackwards-common:5.1.0"
|
||||
compileOnly "com.viaversion:viarewind-common:4.0.3"
|
||||
compileOnly "net.raphimc:ViaLegacy:3.0.3"
|
||||
compileOnly "net.raphimc:viaaprilfools-common:3.0.2"
|
||||
compileOnly "net.raphimc:ViaLegacy:3.0.4"
|
||||
compileOnly "net.raphimc:viaaprilfools-common:3.0.3"
|
||||
compileOnly "net.raphimc:ViaBedrock:0.0.12-SNAPSHOT"
|
||||
compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT"
|
||||
|
||||
|
@ -31,6 +31,7 @@ public class ViaBackwardsPlatformImpl implements ViaBackwardsPlatform {
|
||||
|
||||
public ViaBackwardsPlatformImpl() {
|
||||
this.init(new File(this.getDataFolder(), "viabackwards.yml"));
|
||||
this.enable();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user