Fix major worldgen issues

This commit is contained in:
modmuss50 2020-08-08 17:01:48 +01:00
parent 6e001dd9cc
commit 0b3cb646ce
6 changed files with 49 additions and 30 deletions

View file

@ -592,7 +592,4 @@ public class TechRebornConfig {
@Config(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;
@Config(config = "world", category = "rubber_tree", key = "rubberTreeChance", comment = "Chance to spawn rubber tree")
public static int rubberTreeChance = 50;
}