Added config for Rubber Tree plantations in villages. Closes #1639

This commit is contained in:
drcrazy 2018-12-19 18:22:45 +03:00
parent 3b1b0b59da
commit e2c8284bc5
2 changed files with 20 additions and 5 deletions

View file

@ -131,4 +131,8 @@ 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;
}