Skip to content

Commit

Permalink
Updated Via*
Browse files Browse the repository at this point in the history
Added 23w43a support
  • Loading branch information
FlorianMichael committed Oct 26, 2023
1 parent 947b807 commit 644987e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ repositories {
}

dependencies {
include "com.viaversion:viaversion:4.9.0-23w42a-SNAPSHOT"
include("com.viaversion:viabackwards-common:4.9.0-23w42a-SNAPSHOT") {
include "com.viaversion:viaversion:4.9.0-23w43a-SNAPSHOT"
include("com.viaversion:viabackwards-common:4.9.0-23w43a-SNAPSHOT") {
exclude group: "com.viaversion", module: "viaversion"
exclude group: "io.netty", module: "netty-all"
exclude group: "com.google.guava", module: "guava"
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.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.20/1.20.1", new Pair<>("1.20-1.20.1", null));
remaps.put("1.20.3", new Pair<>("23w41a", null));
remaps.put("1.20.3", new Pair<>("23w43a", 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 644987e

Please sign in to comment.