diff --git a/src/pocketmine/block/NetherWartPlant.php b/src/pocketmine/block/NetherWartPlant.php index ab2e880908..646da453d9 100644 --- a/src/pocketmine/block/NetherWartPlant.php +++ b/src/pocketmine/block/NetherWartPlant.php @@ -40,6 +40,10 @@ class NetherWartPlant extends Flowable{ $this->meta = $meta; } + public function getName() : string{ + return "Nether Wart"; + } + public function ticksRandomly() : bool{ return true; }