Skip to content

Commit

Permalink
Updated Via*
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Feb 18, 2023
1 parent a9f8ad2 commit a039b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ repositories {
dependencies {
compileOnly sourceSets.java17compat.output

include "com.viaversion:viaversion:4.6.0-23w06a-SNAPSHOT"
include("com.viaversion:viabackwards-common:4.6.0-23w06a-SNAPSHOT") {
include "com.viaversion:viaversion:4.6.0-23w07a-SNAPSHOT"
include("com.viaversion:viabackwards-common:4.6.0-23w07a-SNAPSHOT") {
exclude group: "com.viaversion", module: "viaversion"
exclude group: "io.netty", module: "netty-all"
exclude group: "com.google.guava", module: "guava"
}
include "com.viaversion:viarewind-core:2.0.3-SNAPSHOT"
include "net.raphimc:ViaLegacy:2.2.6"
include "net.raphimc:ViaAprilFools:2.0.3"
include "net.raphimc:ViaAprilFools:2.0.4"
include("net.raphimc:ViaProtocolHack:2.1.3") {
exclude group: "org.slf4j", module: "slf4j-api"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private static void initMaps(CallbackInfo ci) {
remaps.put("1.16.4/5", new Pair<>("1.16.4-1.16.5", null));
remaps.put("1.18/1.18.1", new Pair<>("1.18-1.18.1", null));
remaps.put("1.19.1/2", new Pair<>("1.19.1-1.19.2", null));
remaps.put("1.19.4", new Pair<>("23w06a", null));
remaps.put("1.19.4", new Pair<>("23w07a", null));
}

@Redirect(method = "<clinit>", at = @At(value = "INVOKE", target = "Lcom/viaversion/viaversion/api/protocol/version/ProtocolVersion;register(ILjava/lang/String;)Lcom/viaversion/viaversion/api/protocol/version/ProtocolVersion;"))
Expand Down

0 comments on commit a039b88

Please sign in to comment.