Finish porting all recipes to json, cleanup a lot of old code
This commit is contained in:
parent
2a5708b328
commit
9db1978410
17 changed files with 76 additions and 1132 deletions
|
@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue