Solid bush block

This commit is contained in:
Anuken
2019-04-16 00:49:14 -04:00
parent ab67b67e4c
commit 5b8084e1fa
24 changed files with 2201 additions and 2108 deletions

View File

@@ -31,7 +31,7 @@ public class Blocks implements ContentList{
//environment
air, part, spawn, deepwater, water, taintedWater, tar, stone, craters, charr, sand, darksand, ice, snow, darksandTaintedWater,
holostone, rocks, sporerocks, icerocks, cliffs, sporePine, pine, 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,
metalFloor, metalFloorDamaged, metalFloor2, metalFloor3, metalFloor5, ignarock, magmarock, hotrock, snowrocks, rock, snowrock, saltRocks,
creeptree,
@@ -312,6 +312,10 @@ public class Blocks implements ContentList{
variants = 0;
}};
shrubs = new StaticWall("shrubs"){{
}};
whiteTreeDead = new TreeBlock("white-tree-dead"){{
}};