more bugfixes

This commit is contained in:
Anuken
2019-04-04 22:05:12 -04:00
parent c582bdea46
commit 812dea385c

View File

@@ -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();