Allow the generation of tiny mappings with srg without being in a forge environment

This commit is contained in:
shedaniel
2020-12-30 18:47:54 +08:00
parent 7a1bf32134
commit 49f3b7209e
8 changed files with 134 additions and 40 deletions

View File

@@ -61,6 +61,7 @@ public class Constants {
public static final String MINECRAFT_NAMED = "minecraftNamed";
public static final String MAPPINGS = "mappings";
public static final String MAPPINGS_FINAL = "mappingsFinal";
public static final String SRG = "srg";
public static final String MCP_CONFIG = "mcp";
public static final String FORGE = "forge";
public static final String FORGE_USERDEV = "forgeUserdev";