Removed creeptree for now

This commit is contained in:
Anuken
2019-04-30 13:09:40 -04:00
parent 761e0114a5
commit a2e55f7861

View File

@ -34,7 +34,6 @@ public class Blocks implements ContentList{
holostone, rocks, sporerocks, icerocks, cliffs, sporePine, pine, shrubs, whiteTree, whiteTreeDead, sporeCluster,
iceSnow, sandWater, darksandWater, duneRocks, sandRocks, moss, sporeMoss, shale, shaleRocks, shaleBoulder, grass, salt,
metalFloor, metalFloorDamaged, metalFloor2, metalFloor3, metalFloor5, ignarock, magmarock, hotrock, snowrocks, rock, snowrock, saltRocks,
creeptree,
darkPanel1, darkPanel2, darkPanel3, darkPanel4, darkPanel5, darkPanel6, darkMetal,
pebbles, tendrils,
@ -317,10 +316,6 @@ public class Blocks implements ContentList{
whiteTree = new TreeBlock("white-tree"){{
}};
creeptree = new TreeBlock("creeptree"){{
}};
sporeCluster = new Rock("spore-cluster"){{
variants = 3;
}};