Merge pull request #54 from MIOGMIOG/legacy-1.12

1.19.2 and 1.19.3 for 1.12
This commit is contained in:
JesseUwU 2022-12-26 18:56:27 +01:00 committed by GitHub
commit 19870e4bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -15,5 +15,5 @@ mod_base_package=de.enzaxd
mixin_version=0.8.3
viaversion_version=4.4.2
viabackwards_version=4.4.2
viaversion_version=4.5.2-SNAPSHOT
viabackwards_version=4.5.2-SNAPSHOT

View File

@ -3,6 +3,7 @@ package de.enzaxd.viaforge.protocol;
import com.viaversion.viaversion.api.protocol.version.ProtocolVersion;
public enum ProtocolCollection {
R1_19_3(new ProtocolVersion(761, "1.19.3")),
R1_19_2(new ProtocolVersion(760, "1.19.1-1.19.2")),
R1_19(new ProtocolVersion(759, "1.19")),