More cleanup
This commit is contained in:
@@ -141,9 +141,9 @@ public class EditorTile extends Tile{
|
||||
if(block.hasEntity()){
|
||||
entity = block.newEntity().init(this, false);
|
||||
entity.cons = new ConsumeModule(entity);
|
||||
if(block.hasItems) entity.items = new ItemModule();
|
||||
if(block.hasLiquids) entity.liquids = new LiquidModule();
|
||||
if(block.hasPower) entity.power = new PowerModule();
|
||||
if(block.hasItems) entity.getItems() = new ItemModule();
|
||||
if(block.hasLiquids) entity.getLiquids() = new LiquidModule();
|
||||
if(block.hasPower) entity.getPower() = new PowerModule();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user