229 - comment out all recipes as we can deal with these later + start thinking more about tags

This commit is contained in:
modmuss50 2019-02-22 14:27:22 +00:00
parent ab2ce91e39
commit 91994e5a01
17 changed files with 133 additions and 169 deletions

View file

@ -30,8 +30,6 @@ import techreborn.TechReborn;
@RebornRegister(TechReborn.MOD_ID)
public class ConfigTechReborn {
@ConfigRegistry(config = "recipes", category = "railcraft", key = "disableRailcraftNugget", comment = "When true TechReborn will remove Railcraft's Iron Nugget to steel nugget recipe.")
public static boolean disableRailcraftSteelNuggetRecipe = false;
@ConfigRegistry(config = "items", category = "general", key = "enableGemTools", comment = "Enable Gem armor and tools")
public static boolean enableGemArmorAndTools = true;