From a2e55f78616f65c4012fd522818ee2d304ba0047 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 30 Apr 2019 13:09:40 -0400 Subject: [PATCH] Removed creeptree for now --- core/src/io/anuke/mindustry/content/Blocks.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index e617b7f36d..466a3dba3b 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -34,7 +34,6 @@ public class Blocks implements ContentList{ 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, darkPanel1, darkPanel2, darkPanel3, darkPanel4, darkPanel5, darkPanel6, darkMetal, pebbles, tendrils, @@ -317,10 +316,6 @@ public class Blocks implements ContentList{ whiteTree = new TreeBlock("white-tree"){{ }}; - creeptree = new TreeBlock("creeptree"){{ - }}; - - sporeCluster = new Rock("spore-cluster"){{ variants = 3; }};