mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Melon: extend Solid instead of Transparent, fixes #5050
This commit is contained in:
parent
ac16378410
commit
6f68c6d8a0
@ -27,7 +27,7 @@ use pocketmine\item\Item;
|
|||||||
use pocketmine\item\VanillaItems;
|
use pocketmine\item\VanillaItems;
|
||||||
use function mt_rand;
|
use function mt_rand;
|
||||||
|
|
||||||
class Melon extends Transparent{
|
class Melon extends Opaque{
|
||||||
|
|
||||||
public function getDropsForCompatibleTool(Item $item) : array{
|
public function getDropsForCompatibleTool(Item $item) : array{
|
||||||
return [
|
return [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user