Merge pull request #3056 from TropheusJ/stackable-fluids-fix
fix potential dupe glitch with stackable fluid containers
This commit is contained in:
commit
7d083495b0
1 changed files with 2 additions and 1 deletions
|
@ -76,6 +76,7 @@ public class ItemDrainTileEntity extends SmartTileEntity implements IHaveGoggleI
|
|||
return returned;
|
||||
|
||||
transportedStack = transportedStack.copy();
|
||||
transportedStack.stack = inserted.copy();
|
||||
transportedStack.beltPosition = side.getAxis()
|
||||
.isVertical() ? .5f : 0;
|
||||
transportedStack.prevSideOffset = transportedStack.sideOffset;
|
||||
|
|
Loading…
Reference in a new issue