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