Finish porting all recipes to json, cleanup a lot of old code

This commit is contained in:
modmuss50 2019-08-12 15:37:45 +01:00
parent 2a5708b328
commit 9db1978410
17 changed files with 76 additions and 1132 deletions

View file

@ -129,8 +129,5 @@ public class ConfigTechReborn {
@ConfigRegistry(config = "world", category = "loot", key = "enableEndLoot", comment = "When true TechReborn will add ingots, machine frames and circuits to The End loot chests.")
public static boolean enableEndLoot = true;
@ConfigRegistry(config = "world", category = "village", key = "enableRubberTreePlantation", comment = "When true TechReborn will add Rubber tree farm to villages.")
public static boolean enableRubberTreePlantation = true;
}