Update level.php for NetherWart Grow

This commit is contained in:
dog194 2016-04-16 13:44:24 +08:00
commit 0c1c1417fb

View file

@ -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,