hardness = 1.5; } public function getDrops(Item $item){ return [ [Item::GLOWSTONE_DUST, 0, mt_rand(2, 4)], ]; } }