mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-14 04:09:09 +01:00
Fixed the item distributor for good :v
This commit is contained in:
parent
855a86a8f6
commit
080a5df41a
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ public class TileEntityDistributorItem extends TileEntityInventoryBase{
|
||||||
this.slots[0] = StackUtil.addStackSize(this.slots[0], StackUtil.getStackSize(pulled));
|
this.slots[0] = StackUtil.addStackSize(this.slots[0], StackUtil.getStackSize(pulled));
|
||||||
}
|
}
|
||||||
shouldMarkDirty = true;
|
shouldMarkDirty = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue