mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 04:00:29 +00:00
Bookshelf: fix drop count
This commit is contained in:
@@ -34,7 +34,7 @@ class Bookshelf extends Solid{
|
||||
|
||||
public function getDropsForCompatibleTool(Item $item) : array{
|
||||
return [
|
||||
VanillaItems::BOOK()
|
||||
VanillaItems::BOOK()->setCount(3)
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user