Bugfixes
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user