diff --git a/core/src/mindustry/world/Tile.java b/core/src/mindustry/world/Tile.java index 84eaa3b290..4462b2a174 100644 --- a/core/src/mindustry/world/Tile.java +++ b/core/src/mindustry/world/Tile.java @@ -458,7 +458,7 @@ public class Tile implements Position{ if(block.hasEntity()){ //TODO assign data and don't use new entity - entity = block.newEntity().init(this, block.update); + //entity = block.newEntity().init(this, block.update); entity.cons(new ConsumeModule(entity)); if(block.hasItems) entity.items(new ItemModule()); if(block.hasLiquids) entity.liquids(new LiquidModule()); diff --git a/gradle.properties b/gradle.properties index cd20e76ae5..30403179dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash= +archash=50973a6e5c025f6f9573206d5f49f03d3a4ee914