diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index 09e045a22727..94ec17cf0c2f 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -470,6 +470,8 @@ public void drawShadow(Tile tile){} int bottomRegion = reg("-bottom"), weaveRegion = reg("-weave"); + drawIcons = () -> new TextureRegion[]{Core.atlas.find(name + "-bottom"), Core.atlas.find(name)}; + drawer = tile -> { GenericCrafterEntity entity = tile.entity();