mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +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{
|
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; }
|
public function isAffectedBySilkTouch() : bool{ return true; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user