Skip to content

Commit

Permalink
Update to 1.9.4, Pre-release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wimmer committed Jun 5, 2016
1 parent 4dea7bc commit 8cbc9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/teammion/morefood/item/ItemDrink.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected void onFoodEaten(ItemStack stack, World worldIn, EntityPlayer player)
{
stack.stackSize--;

ItemStack bottle = new ItemStack(Items.glass_bottle);
ItemStack bottle = new ItemStack(Items.GLASS_BOTTLE);
if (! player.inventory.addItemStackToInventory(bottle))
{
worldIn.spawnEntityInWorld(new EntityItem(worldIn, player.posX, player.posY, player.posZ, bottle));
Expand Down

0 comments on commit 8cbc9a3

Please sign in to comment.