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