This commit is contained in:
Anuken
2020-02-05 13:08:48 -05:00
parent da97aee8e4
commit eb0ea9030b
2 changed files with 2 additions and 2 deletions

View File

@ -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());

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=
archash=50973a6e5c025f6f9573206d5f49f03d3a4ee914