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