Fixes #727 - "Wireless Grid issue with offhand food"
This commit is contained in:
@@ -68,7 +68,7 @@ public abstract class ItemNetworkItem extends ItemBase implements INetworkItemPr
|
||||
}
|
||||
}
|
||||
|
||||
return super.onItemRightClick(world, player, hand);
|
||||
return ActionResult.newResult(EnumActionResult.SUCCESS, stack);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user