diff --git a/src/material/Item.php b/src/material/Item.php index 8914b89e9b..5851866a68 100644 --- a/src/material/Item.php +++ b/src/material/Item.php @@ -132,7 +132,7 @@ class Item{ } final public function isTool(){ - return ($this->isPickaxe !== false or $this->isAxe !== false or $this->isShovel !== false or $this->isSword !== false or $this->isHoe !== false); + return ($this->isPickaxe() !== false or $this->isAxe() !== false or $this->isShovel() !== false or $this->isSword() !== false or $this->isHoe() !== false); } final public function isPickaxe(){ //Returns false or level of the pickaxe