This commit is contained in:
shedaniel
2021-05-01 19:40:27 +08:00
parent c28fe56870
commit 77e71acd99
21 changed files with 229 additions and 116 deletions

View File

@@ -40,6 +40,7 @@ public class Constants {
public static final String VERSION_MANIFESTS = "https://launchermeta.mojang.com/mc/game/version_manifest_v2.json";
public static final String SYSTEM_ARCH = System.getProperty("os.arch").equals("64") ? "64" : "32";
public static final String TASK_CATEGORY = "loom";
public static final int ASM_VERSION = Opcodes.ASM9;