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

@ -187,7 +187,7 @@ class Block extends Position implements BlockIds, Metadatable{
self::registerBlock(new NetherBrick());
self::registerBlock(new NetherBrickFence());
self::registerBlock(new NetherBrickStairs());
self::registerBlock(new NetherWartPlant());
self::registerBlock(new EnchantingTable());
self::registerBlock(new BrewingStand());