Removed unused coral chunk block

This commit is contained in:
Anuken
2022-01-23 16:58:52 -05:00
parent abf429acb1
commit 8853afc221
4 changed files with 1 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

View File

@@ -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

View File

@@ -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;