Don't mark this dirty here

Closes #472
This commit is contained in:
Ellpeck 2016-12-08 22:20:45 +01:00
parent b6f1f67d12
commit 8d670da900
2 changed files with 1 additions and 2 deletions

View file

@ -52,6 +52,7 @@ public class TileEntityDistributorItem extends TileEntityInventoryBase{
this.slots.setStackInSlot(0, StackUtil.addStackSize(this.slots.getStackInSlot(0), StackUtil.getStackSize(pulled))); this.slots.setStackInSlot(0, StackUtil.addStackSize(this.slots.getStackInSlot(0), StackUtil.getStackSize(pulled)));
} }
shouldMarkDirty = true; shouldMarkDirty = true;
break;
} }
} }

View file

@ -133,8 +133,6 @@ public class TileEntityItemViewer extends TileEntityBase{
} }
} }
} }
this.markDirty();
this.oldNetwork = network; this.oldNetwork = network;
this.lastNetworkChangeAmount = network.changeAmount; this.lastNetworkChangeAmount = network.changeAmount;
} }