support for 1.17-pre1, bump pixlyzer (fixes container types)

This commit is contained in:
Bixilon 2021-05-28 20:09:18 +02:00
parent 80985053cf
commit d53d129697
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
5 changed files with 5 additions and 4 deletions

View File

@ -16,6 +16,7 @@ package de.bixilon.minosoft.protocol.protocol;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public class ProtocolVersions { public class ProtocolVersions {
public static final int public static final int
V_1_17_PRE1 = 781,
V_21W20A = 780, V_21W20A = 780,
V_21W19A = 779, V_21W19A = 779,
V_21W18A = 778, V_21W18A = 778,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,7 @@ RESOURCE_MAPPINGS_INDEX_PATH = "../src/main/resources/assets/minosoft/mapping/re
RESOURCE_MAPPINGS_INDEX = ujson.load(open(RESOURCE_MAPPINGS_INDEX_PATH)) RESOURCE_MAPPINGS_INDEX = ujson.load(open(RESOURCE_MAPPINGS_INDEX_PATH))
VERSION_MANIFEST = ujson.loads(urllib.request.urlopen('https://launchermeta.mojang.com/mc/game/version_manifest.json').read().decode("utf-8")) VERSION_MANIFEST = ujson.loads(urllib.request.urlopen('https://launchermeta.mojang.com/mc/game/version_manifest.json').read().decode("utf-8"))
VERBOSE_LOG = False VERBOSE_LOG = False
SKIP_COMPILE = False SKIP_COMPILE = True
failedVersionIds = [] failedVersionIds = []
partlyFailedVersionIds = [] partlyFailedVersionIds = []