This commit is contained in:
Anuken
2019-04-02 15:52:44 -04:00
parent 37999e0870
commit 67a12eecad
27 changed files with 106 additions and 8 deletions

View File

@@ -641,6 +641,8 @@ public class Blocks implements ContentList{
int liquidRegion = reg("-liquid");
int topRegion =reg("-top");
drawIcons = () -> new TextureRegion[]{Core.atlas.find(name), Core.atlas.find(name + "-top")};
drawer = tile -> {
GenericCrafterEntity entity = tile.entity();
@@ -666,6 +668,8 @@ public class Blocks implements ContentList{
int rotatorRegion = reg("-rotator");
drawIcons = () -> new TextureRegion[]{Core.atlas.find(name), Core.atlas.find(name + "-rotator")};
drawer = tile -> {
GenericCrafterEntity entity = tile.entity();