[ANY] Поддержка 1.16 на 5.0.12 (#398)

This commit is contained in:
Andrew Molchanov 2020-06-23 19:07:29 +03:00 committed by GitHub
parent c2c085764b
commit f9744d98ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,38 @@
{
"version": "1.16",
"assetIndex": "1.16",
"assetDir": "asset1.16",
"dir": "HiTech",
"info": "Информация о сервере",
"sortIndex": 0,
"title": "xxxxxxxx",
"serverAddress": "localhost",
"serverPort": 25565,
"update": [
"servers.dat"
],
"updateExclusions": [],
"updateShared": [],
"updateVerify": [
"libraries",
"natives",
"minecraft.jar"
],
"updateOptional": [],
"updateFastCheck": true,
"useWhitelist": false,
"mainClass": "net.minecraft.client.main.Main",
"jvmArgs": [
"-XX:+UseConcMarkSweepGC",
"-XX:+CMSIncrementalMode",
"-XX:-UseAdaptiveSizePolicy",
"-Xmn128M",
"-XX:+DisableAttachMechanism"
],
"classPath": [
"minecraft.jar",
"libraries"
],
"clientArgs": [],
"whitelist": []
}

View File

@ -49,7 +49,8 @@ public final class ClientProfile implements Comparable<ClientProfile> {
MC1144("1.14.4", 498),
MC115("1.15", 573),
MC1151("1.15.1", 575),
MC1152("1.15.2", 578);
MC1152("1.15.2", 578),
MC116("1.16", 735);
private static final Map<String, Version> VERSIONS;
static {