diff --git a/core/assets-raw/sprites/blocks/environment/coralchunk-cluster0.png b/core/assets-raw/sprites/blocks/environment/coralchunk-cluster0.png deleted file mode 100644 index c4bb752bdf..0000000000 Binary files a/core/assets-raw/sprites/blocks/environment/coralchunk-cluster0.png and /dev/null differ diff --git a/core/assets-raw/sprites/blocks/environment/coralchunk1.png b/core/assets-raw/sprites/blocks/environment/coralchunk1.png deleted file mode 100644 index 3596d0a5e6..0000000000 Binary files a/core/assets-raw/sprites/blocks/environment/coralchunk1.png and /dev/null differ diff --git a/core/assets/icons/icons.properties b/core/assets/icons/icons.properties index c26f50834b..1dc325a414 100755 --- a/core/assets/icons/icons.properties +++ b/core/assets/icons/icons.properties @@ -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 diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 06501850ee..077d2c2619 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -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;