hardness = 5; } public function getDrops(Item $item){ return [ [Item::MELON_SLICE, 0, mt_rand(3, 7)], ]; } }