Added config for Rubber Tree plantations in villages. Closes #1639
This commit is contained in:
parent
3b1b0b59da
commit
e2c8284bc5
2 changed files with 20 additions and 5 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue