From eb0ea9030b7bc7ada5f264594158824b74ec586e Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 5 Feb 2020 13:08:48 -0500 Subject: [PATCH] ? --- core/src/mindustry/world/Tile.java | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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