Fixed bucket container items. Fixes #57
This commit is contained in:
parent
55fedb56bf
commit
55f5d983bc
1 changed files with 6 additions and 0 deletions
|
@ -181,6 +181,12 @@ public class ItemBOPBucket extends Item
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasContainerItem()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ItemStack getContainerItemStack(ItemStack itemstack)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue