mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-25 04:44:03 +00:00
SeaPickle: fix drops
This commit is contained in:
parent
6efdac63d0
commit
397713247d
@ -81,4 +81,8 @@ class SeaPickle extends Transparent{
|
||||
//TODO: bonemeal logic (requires coral)
|
||||
return parent::onInteract($item, $face, $clickVector, $player);
|
||||
}
|
||||
|
||||
public function getDropsForCompatibleTool(Item $item) : array{
|
||||
return [$this->asItem()->setCount($this->count)];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user