mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-24 12:25:33 +01:00
1.19 Support
This commit is contained in:
parent
7f084df6cf
commit
95c2338e91
@ -4,6 +4,8 @@ import com.viaversion.viaversion.api.protocol.version.ProtocolVersion;
|
|||||||
|
|
||||||
public enum ProtocolCollection {
|
public enum ProtocolCollection {
|
||||||
|
|
||||||
|
R1_19(new ProtocolVersion(759, "1.19")),
|
||||||
|
|
||||||
R1_18_2(new ProtocolVersion(758, "1.18.2")),
|
R1_18_2(new ProtocolVersion(758, "1.18.2")),
|
||||||
R1_18_1(new ProtocolVersion(757, "1.18-1.18.1")),
|
R1_18_1(new ProtocolVersion(757, "1.18-1.18.1")),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user