229 - comment out all recipes as we can deal with these later + start thinking more about tags
This commit is contained in:
parent
ab2ce91e39
commit
91994e5a01
17 changed files with 133 additions and 169 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue