Implemented multiblock replacement, upgrade-safe building

This commit is contained in:
Anuken
2018-05-21 12:20:23 -04:00
parent 241b86d704
commit 9708d3183f
4 changed files with 31 additions and 8 deletions
@@ -101,8 +101,8 @@ public class TileEntity extends Entity{
Block block = tile.block();
block.onDestroyed(tile);
world.removeBlock(tile);
block.afterDestroyed(tile, this);
remove();
}
}