mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-14 05:20:12 +02:00
Added protocol verson
This commit is contained in:
parent
77a68efdc8
commit
2fdbd3e63a
@ -65,7 +65,9 @@ public enum Version {
|
|||||||
V1_18_2(758),
|
V1_18_2(758),
|
||||||
V1_19(759),
|
V1_19(759),
|
||||||
V1_19_1(760),
|
V1_19_1(760),
|
||||||
V1_19_3(761);
|
// 1.19.2 has same protocol number
|
||||||
|
V1_19_3(761),
|
||||||
|
V1_19_4(762);
|
||||||
|
|
||||||
private static final Map<Integer, Version> VERSION_MAP;
|
private static final Map<Integer, Version> VERSION_MAP;
|
||||||
private static final Version MAX;
|
private static final Version MAX;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user