Removed unused coral chunk block
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 716 B |
Binary file not shown.
|
Before Width: | Height: | Size: 442 B |
@@ -389,7 +389,6 @@
|
||||
63319=redweed|block-redweed-ui
|
||||
63318=pur-bush|block-pur-bush-ui
|
||||
63317=yellowcoral|block-yellowcoral-ui
|
||||
63316=coralchunk|block-coralchunk-ui
|
||||
63315=carbon-boulder|block-carbon-boulder-ui
|
||||
63314=ferric-boulder|block-ferric-boulder-ui
|
||||
63313=beryllic-boulder|block-beryllic-boulder-ui
|
||||
|
||||
@@ -44,7 +44,7 @@ public class Blocks{
|
||||
arkyciteFloor, arkyicStone,
|
||||
redmat, bluemat,
|
||||
stoneWall, dirtWall, sporeWall, iceWall, daciteWall, sporePine, snowPine, pine, shrubs, whiteTree, whiteTreeDead, sporeCluster,
|
||||
redweed, purbush, coralChunk, yellowCoral,
|
||||
redweed, purbush, yellowCoral,
|
||||
regolithWall, yellowStoneWall, rhyoliteWall, steamVent, carbonWall, redIceWall, ferricStoneWall, beryllicStoneWall, arkyicWall, crystallineStoneWall, redStoneWall, redDiamondWall,
|
||||
ferricStone, ferricCraters, carbonStone, beryllicStone, crystallineStone, crystalFloor, yellowStonePlates,
|
||||
iceSnow, sandWater, darksandWater, duneWall, sandWall, moss, sporeMoss, shale, shaleWall, grass, salt,
|
||||
@@ -631,10 +631,6 @@ public class Blocks{
|
||||
sclMax = 100f;
|
||||
}};
|
||||
|
||||
coralChunk = new StaticCoralWall("coralchunk"){{
|
||||
|
||||
}};
|
||||
|
||||
boulder = new Prop("boulder"){{
|
||||
variants = 2;
|
||||
stone.asFloor().decoration = craters.asFloor().decoration = charr.asFloor().decoration = this;
|
||||
|
||||
Reference in New Issue
Block a user