Fixed dupe bug when inserting bucket in Fluid Grid, fixes #742
This commit is contained in:
@@ -82,8 +82,7 @@ public class FluidGridHandler implements IFluidGridHandler {
|
||||
|
||||
@Override
|
||||
public void onInsertHeldContainer(EntityPlayerMP player) {
|
||||
onInsert(player.inventory.getItemStack());
|
||||
|
||||
player.inventory.setItemStack(RSUtils.getStack(onInsert(player.inventory.getItemStack())));
|
||||
player.updateHeldItem();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user