Update level.php for NetherWart Grow
This commit is contained in:
parent
411283637d
commit
0c1c1417fb
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ use pocketmine\block\Grass;
|
|||
use pocketmine\block\Ice;
|
||||
use pocketmine\block\Leaves;
|
||||
use pocketmine\block\Leaves2;
|
||||
use pocketmine\block\NetherWart;
|
||||
use pocketmine\block\MelonStem;
|
||||
use pocketmine\block\Mycelium;
|
||||
use pocketmine\block\Potato;
|
||||
|
|
@ -253,6 +254,7 @@ class Level implements ChunkManager, Metadatable{
|
|||
Block::RED_MUSHROOM => RedMushroom::class,
|
||||
Block::BROWN_MUSHROOM => BrownMushroom::class,
|
||||
Block::PUMPKIN_STEM => PumpkinStem::class,
|
||||
Block::NETHER_WART_BLOCK => NetherWart::class,
|
||||
Block::MELON_STEM => MelonStem::class,
|
||||
//Block::VINE => true,
|
||||
Block::MYCELIUM => Mycelium::class,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue