mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Fixed Mushroom Stem blocks never dropping anything
This commit is contained in:
parent
22b5e5db5e
commit
e4ed7bc4ea
@ -27,7 +27,7 @@ use pocketmine\item\Item;
|
||||
|
||||
final class MushroomStem extends Opaque{
|
||||
|
||||
public function getDrops(Item $item) : array{ return []; }
|
||||
public function getDropsForCompatibleTool(Item $item) : array{ return []; }
|
||||
|
||||
public function isAffectedBySilkTouch() : bool{ return true; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user