mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Revert back to separated floor/wall sign
the conditionally useless properties are problematic.
This commit is contained in:
@ -28,7 +28,7 @@ use pocketmine\block\VanillaBlocks;
|
||||
|
||||
class MelonSeeds extends Item{
|
||||
|
||||
public function getBlock() : Block{
|
||||
public function getBlock(?int $clickedFace = null) : Block{
|
||||
return VanillaBlocks::MELON_STEM();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user