Fixes #727 - "Wireless Grid issue with offhand food"
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
- The Grid now resizes based on screen size (max rows can be configured) (raoulvdberge)
|
- The Grid now resizes based on screen size (max rows can be configured) (raoulvdberge)
|
||||||
- Added configuration option to enable large fonts in Grid (raoulvdberge)
|
- Added configuration option to enable large fonts in Grid (raoulvdberge)
|
||||||
- Made Solderer tooltip less big (raoulvdberge)
|
- Made Solderer tooltip less big (raoulvdberge)
|
||||||
|
- Fixed bug with opening a network item with food in offhand (raoulvdberge)
|
||||||
|
|
||||||
### 1.3.3
|
### 1.3.3
|
||||||
- Updated Forge to 2188 (raoulvdberge)
|
- Updated Forge to 2188 (raoulvdberge)
|
||||||
|
|||||||
@@ -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
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user