Add tracking of and display of boot error messages.
This commit is contained in:
@@ -71,7 +71,7 @@ public final class ComputerBlock extends HorizontalBlock {
|
||||
final TileEntity tileEntity = world.getTileEntity(pos);
|
||||
if (tileEntity instanceof ComputerTileEntity) {
|
||||
final ComputerTileEntity busCable = (ComputerTileEntity) tileEntity;
|
||||
busCable.handleNeighborChanged(changedBlockPos);
|
||||
busCable.handleNeighborChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user