Skip to content

Commit

Permalink
Updated ViaBackwards API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Oct 25, 2024
1 parent 06f8dc0 commit 72794a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class ViaBackwardsPlatformImpl implements ViaBackwardsPlatform {

public ViaBackwardsPlatformImpl() {
this.init(new File(this.getDataFolder(), "viabackwards.yml"));
this.enable();
}

@Override
Expand Down

0 comments on commit 72794a5

Please sign in to comment.