This commit is contained in:
Anuken
2020-01-26 10:58:14 -05:00
parent 1207fb1440
commit 0d5dd146ef
2 changed files with 1 additions and 2 deletions

View File

@@ -678,7 +678,6 @@ public class Blocks implements ContentList{
int topRegion = reg("-top");
drawIcons = () -> new TextureRegion[]{Core.atlas.find(name), Core.atlas.find(name + "-top")};
drawer = tile -> {
GenericCrafterEntity entity = tile.ent();