Fixed Nether Wart's name

This commit is contained in:
Dylan K. Taylor 2017-09-21 16:56:41 +01:00
parent 194278d986
commit c6670b2e74

View File

@ -40,6 +40,10 @@ class NetherWartPlant extends Flowable{
$this->meta = $meta;
}
public function getName() : string{
return "Nether Wart";
}
public function ticksRandomly() : bool{
return true;
}