mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 17:37:58 -04:00
support for 1.17-pre1, bump pixlyzer (fixes container types)
This commit is contained in:
parent
80985053cf
commit
d53d129697
@ -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
@ -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 = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user