Fixed Derpy Update Check in ME Chest
This commit is contained in:
parent
d2e332eedb
commit
42840d6936
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue