mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-14 19:19:12 +03:00
[FIX] Замена 1.16 на 1.16.1 (#399)
This commit is contained in:
parent
a1eec514bd
commit
6cf81e43ab
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.16",
|
||||
"assetIndex": "1.16",
|
||||
"assetDir": "asset1.16",
|
||||
"version": "1.16.1",
|
||||
"assetIndex": "1.16.1",
|
||||
"assetDir": "asset1.16.1",
|
||||
"dir": "HiTech",
|
||||
"info": "Информация о сервере",
|
||||
"sortIndex": 0,
|
|
@ -50,7 +50,7 @@ public enum Version {
|
|||
MC115("1.15", 573),
|
||||
MC1151("1.15.1", 575),
|
||||
MC1152("1.15.2", 578),
|
||||
MC116("1.16", 735);
|
||||
MC1161("1.16.1", 736);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue