Merging changes from private branch
This commit is contained in:
@@ -28,11 +28,11 @@ public class CachedTile extends Tile{
|
||||
|
||||
if(block.hasBuilding()){
|
||||
Building n = entityprov.get();
|
||||
n.tile(this);
|
||||
n.tile = this;
|
||||
n.block = block;
|
||||
if(block.hasItems) n.items = new ItemModule();
|
||||
if(block.hasLiquids) n.liquids(new LiquidModule());
|
||||
if(block.hasPower) n.power(new PowerModule());
|
||||
if(block.hasLiquids) n.liquids = new LiquidModule();
|
||||
if(block.hasPower) n.power = new PowerModule();
|
||||
build = n;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user