Added Nether Wart

This commit is contained in:
Dylan K. Taylor
2017-03-17 17:12:36 +00:00
parent 3135fe3c69
commit 11fae493a5
4 changed files with 89 additions and 1 deletions

View File

@ -40,6 +40,7 @@ use pocketmine\block\Leaves;
use pocketmine\block\Leaves2;
use pocketmine\block\MelonStem;
use pocketmine\block\Mycelium;
use pocketmine\block\NetherWartPlant;
use pocketmine\block\Potato;
use pocketmine\block\PumpkinStem;
use pocketmine\block\RedMushroom;
@ -248,6 +249,7 @@ class Level implements ChunkManager, Metadatable{
Block::LEAVES2 => Leaves2::class,
Block::FIRE => Fire::class,
Block::BEETROOT_BLOCK => Beetroot::class,
Block::NETHER_WART_PLANT => NetherWartPlant::class
];
/** @var LevelTimings */