Fix Storage bus when tiles change without blocks.
This commit is contained in:
parent
d7ca8e519a
commit
77dcf6c5cf
1 changed files with 12 additions and 6 deletions
|
@ -325,6 +325,12 @@ public class BlockCableBus extends AEBaseBlock
|
|||
cb( w, x, y, z ).onNeighborChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onNeighborChange(IBlockAccess w, int x, int y, int z, int tileX, int tileY, int tileZ)
|
||||
{
|
||||
cb( w, x, y, z ).onNeighborChanged();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Item getItemDropped(int i, Random r, int k)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue