mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Updated Via*
This commit is contained in:
parent
c4aff377d2
commit
a173565f79
2 changed files with 3 additions and 3 deletions
|
@ -59,8 +59,8 @@ repositories {
|
|||
dependencies {
|
||||
compileOnly sourceSets.java17compat.output
|
||||
|
||||
include "com.viaversion:viaversion:4.6.0-23w07a-SNAPSHOT"
|
||||
include("com.viaversion:viabackwards-common:4.6.0-23w07a-SNAPSHOT") {
|
||||
include "com.viaversion:viaversion:4.6.0-1.19.4-pre1-SNAPSHOT"
|
||||
include("com.viaversion:viabackwards-common:4.6.0-1.19.4-pre1-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.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<>("23w07a", null));
|
||||
remaps.put("1.19.4", new Pair<>("1.19.4-pre1", 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