diff --git a/tile/storage/TileChest.java b/tile/storage/TileChest.java index 9a4fff0c3..b491847b6 100644 --- a/tile/storage/TileChest.java +++ b/tile/storage/TileChest.java @@ -222,7 +222,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, IFluidHan lastStateChange = worldObj.getTotalWorldTime(); - return (state & 0xDB6DB6DB) != (oldState & 0xDB6DB6DB) || oldType != storageType; + return (state & 0xDB6DB6DB) != (oldState & 0xDB6DB6DB) || !Platform.isSameItemPrecise( oldType, storageType ); } @Override