diff --git a/core/src/io/anuke/mindustry/world/blocks/ProductionBlocks.java b/core/src/io/anuke/mindustry/world/blocks/ProductionBlocks.java index 90f5707602..9661edaa13 100644 --- a/core/src/io/anuke/mindustry/world/blocks/ProductionBlocks.java +++ b/core/src/io/anuke/mindustry/world/blocks/ProductionBlocks.java @@ -164,6 +164,11 @@ public class ProductionBlocks{ tryDump(tile); } } + + @Override + public boolean isLayer(Tile tile){ + return tile.floor().drops == null; + } }, coalgenerator = new ItemPowerGenerator("coalgenerator"){ {