oops forgot nether trees

This commit is contained in:
dfsek
2021-01-09 23:14:16 -07:00
parent a5dd4a63d1
commit 5e3c12298b

View File

@@ -50,6 +50,8 @@ public class TreeRegistry extends TerraRegistry<Tree> {
tryAdd("SMALL_SHATTERED_PILLAR", SmallShatteredPillar.class);
tryAdd("ICE_SPIKE", IceSpike.class);
addTree("TALL_BIRCH");
addTree("WARPED_FUNGUS");
addTree("CRIMSON_FUNGUS");
}
private void addTree(String id) {