mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Unify Item constructor style
this exposed a few more dead classes.
This commit is contained in:
@ -27,9 +27,6 @@ use pocketmine\block\Block;
|
||||
use pocketmine\block\BlockToolType;
|
||||
|
||||
class Shears extends Tool{
|
||||
public function __construct(){
|
||||
parent::__construct(self::SHEARS, 0, "Shears");
|
||||
}
|
||||
|
||||
public function getMaxDurability() : int{
|
||||
return 239;
|
||||
|
Reference in New Issue
Block a user