mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
add some blocks introduced in 1.9
This commit is contained in:
@ -38,6 +38,8 @@ class Flower extends Flowable{
|
||||
public const TYPE_WHITE_TULIP = 6;
|
||||
public const TYPE_PINK_TULIP = 7;
|
||||
public const TYPE_OXEYE_DAISY = 8;
|
||||
public const TYPE_CORNFLOWER = 9;
|
||||
public const TYPE_LILY_OF_THE_VALLEY = 10;
|
||||
|
||||
public function place(Item $item, Block $blockReplace, Block $blockClicked, int $face, Vector3 $clickVector, Player $player = null) : bool{
|
||||
$down = $this->getSide(Facing::DOWN);
|
||||
|
Reference in New Issue
Block a user