applyDamage(1); if($this->variant === self::COARSE){ $this->getLevel()->setBlock($this, BlockFactory::get(Block::DIRT), true); }else{ $this->getLevel()->setBlock($this, BlockFactory::get(Block::FARMLAND), true); } return true; } return false; } }