#168 - Skyroot Bucket duplication fix
This commit is contained in:
parent
52474fbdb2
commit
4ddf4d01b0
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ public class ItemSkyrootBucket extends Item
|
|||
}
|
||||
else
|
||||
{
|
||||
if (!player.inventory.addItemStackToInventory(new ItemStack(fullBucket)))
|
||||
if (!player.inventory.addItemStackToInventory(new ItemStack(fullBucket, 1, 1)))
|
||||
{
|
||||
player.dropItem(new ItemStack(fullBucket, 1, 1), false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue