mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Bookshelf: fix drop count
This commit is contained in:
parent
39bcd2ec3d
commit
12ee885432
@ -34,7 +34,7 @@ class Bookshelf extends Solid{
|
|||||||
|
|
||||||
public function getDropsForCompatibleTool(Item $item) : array{
|
public function getDropsForCompatibleTool(Item $item) : array{
|
||||||
return [
|
return [
|
||||||
VanillaItems::BOOK()
|
VanillaItems::BOOK()->setCount(3)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user