Sync up rv0 branch fixes into rv1

This commit is contained in:
AlgorithmX2
2014-07-08 19:36:20 -05:00
18 changed files with 124 additions and 51 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, IFluidHan
// update the neighbors
if ( worldObj != null )
{
worldObj.notifyBlocksOfNeighborChange( xCoord, yCoord, zCoord, Platform.air );
Platform.notifyBlocksOfNeighbors( worldObj, xCoord, yCoord, zCoord );
markForUpdate();
}
}