From 812dea385c270a392157fcf4cfa00bbfe2872930 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 4 Apr 2019 22:05:12 -0400 Subject: [PATCH] more bugfixes --- core/src/io/anuke/mindustry/content/Blocks.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/io/anuke/mindustry/content/Blocks.java b/core/src/io/anuke/mindustry/content/Blocks.java index 09e045a227..94ec17cf0c 100644 --- a/core/src/io/anuke/mindustry/content/Blocks.java +++ b/core/src/io/anuke/mindustry/content/Blocks.java @@ -470,6 +470,8 @@ public class Blocks implements ContentList{ 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();