diff --git a/src/main/java/biomesoplenty/common/items/ItemBOPFood.java b/src/main/java/biomesoplenty/common/items/ItemBOPFood.java index cba3c39e4..2f27d3dc0 100644 --- a/src/main/java/biomesoplenty/common/items/ItemBOPFood.java +++ b/src/main/java/biomesoplenty/common/items/ItemBOPFood.java @@ -120,12 +120,17 @@ public class ItemBOPFood extends ItemFood if (!player.inventory.addItemStackToInventory(new ItemStack(Items.bowl))) //TODO: player.dropPlayerItem(ItemStack itemStack)? player.dropPlayerItemWithRandomChoice(new ItemStack(Items.bowl, 1, 0), false); + break; + case 5: if (!player.inventory.addItemStackToInventory(new ItemStack(Items.bowl))) player.dropPlayerItemWithRandomChoice(new ItemStack(Items.bowl, 1, 0), false); + break; + case 6: if (!player.inventory.addItemStackToInventory(new ItemStack(Items.bowl))) player.dropPlayerItemWithRandomChoice(new ItemStack(Items.bowl, 1, 0), false); + break; case 10: if (!player.inventory.addItemStackToInventory(new ItemStack(Items.glass_bottle)))