Fixed #1451
This commit is contained in:
@@ -678,7 +678,6 @@ public class Blocks implements ContentList{
|
|||||||
int topRegion = reg("-top");
|
int topRegion = reg("-top");
|
||||||
|
|
||||||
drawIcons = () -> new TextureRegion[]{Core.atlas.find(name), Core.atlas.find(name + "-top")};
|
drawIcons = () -> new TextureRegion[]{Core.atlas.find(name), Core.atlas.find(name + "-top")};
|
||||||
|
|
||||||
drawer = tile -> {
|
drawer = tile -> {
|
||||||
GenericCrafterEntity entity = tile.ent();
|
GenericCrafterEntity entity = tile.ent();
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=b54ec5513f66ad97f191b46da10f6c61046a301a
|
archash=aa8dafc3ff72c8f7776deb4597682e56b8697bc7
|
||||||
|
|||||||
Reference in New Issue
Block a user