Update NetherWart.php
This commit is contained in:
parent
2baa0d2ea9
commit
ff17cde128
1 changed files with 3 additions and 0 deletions
|
|
@ -21,8 +21,11 @@
|
|||
|
||||
namespace pocketmine\item;
|
||||
|
||||
use pocketmine\block\Block;
|
||||
|
||||
class NetherWart extends Item {
|
||||
public function __construct($meta = 0, $count =1){
|
||||
$this->block = Block::get(Item::NETHER_WART_BLOCK);
|
||||
parent::__construct(self::NETHER_WART, $meta, $count, "Nether Wart");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue