mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-02-01 23:11:37 +01:00
Updated Via*
This commit is contained in:
parent
a89897fcba
commit
9ac6caa716
@ -6,4 +6,4 @@ org.gradle.configureondemand=true
|
||||
# Project properties
|
||||
maven_name=ViaProxy
|
||||
maven_group=net.raphimc
|
||||
maven_version=3.0.9
|
||||
maven_version=3.0.10
|
||||
|
@ -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<>("23w03a", null));
|
||||
remaps.put("1.19.4", new Pair<>("23w04a", 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 New Issue
Block a user