mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 16:56:07 +00:00
oops forgot nether trees
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user