mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fixed Mushroom Stem blocks never dropping anything
This commit is contained in:
@ -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; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user