mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Added support for 23w35a
This commit is contained in:
parent
62c50c6f55
commit
da71e7dbb2
2 changed files with 3 additions and 3 deletions
|
@ -76,8 +76,8 @@ repositories {
|
|||
dependencies {
|
||||
compileOnly sourceSets.java17compat.output
|
||||
|
||||
include "com.viaversion:viaversion:4.8.0-23w33a-SNAPSHOT"
|
||||
include("com.viaversion:viabackwards-common:4.8.0-23w33a-SNAPSHOT") {
|
||||
include "com.viaversion:viaversion:4.8.0-23w35a-SNAPSHOT"
|
||||
include("com.viaversion:viabackwards-common:4.8.0-23w35a-SNAPSHOT") {
|
||||
exclude group: "com.viaversion", module: "viaversion"
|
||||
exclude group: "io.netty", module: "netty-all"
|
||||
exclude group: "com.google.guava", module: "guava"
|
||||
|
|
|
@ -51,7 +51,7 @@ public abstract class MixinProtocolVersion {
|
|||
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.2", new Pair<>("23w33a", null));
|
||||
remaps.put("1.20.2", new Pair<>("23w35a", 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;"))
|
||||
|
|
Loading…
Reference in a new issue