mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-09 11:30:13 +02:00
Merge pull request #62 from Pantera07/info/1.20.1
Add version information for 1.20.1
This commit is contained in:
commit
fb15336b42
@ -35,7 +35,7 @@ Symbol `X` means all minor versions.
|
|||||||
- [x] 1.17.X
|
- [x] 1.17.X
|
||||||
- [x] 1.18.X
|
- [x] 1.18.X
|
||||||
- [x] 1.19.X
|
- [x] 1.19.X
|
||||||
- [x] 1.20
|
- [x] 1.20-1.20.1
|
||||||
|
|
||||||
The server **doesn't** support snapshots.
|
The server **doesn't** support snapshots.
|
||||||
|
|
||||||
|
@ -69,6 +69,7 @@ public enum Version {
|
|||||||
V1_19_3(761),
|
V1_19_3(761),
|
||||||
V1_19_4(762),
|
V1_19_4(762),
|
||||||
V1_20(763);
|
V1_20(763);
|
||||||
|
// 1.20.1 has same protocol number
|
||||||
|
|
||||||
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