Silver Sickle custom bonecrusher now also "buries" ashes that are dropped by enemies.

This commit is contained in:
randy 2025-03-17 08:53:29 -06:00
parent 61f5120cfc
commit 07d8bb6a13

View file

@ -28,6 +28,7 @@ enum class Bones(
*/
val bonemealId: Int?,
) {
ASHES(Items.ASHES_592, 4.5, null), //Snowscape: added ashes so the bonecrusher feature gives prayer exp. Ashes cannot be bured normally.
BONES(Items.BONES_526, 4.5, Items.BONEMEAL_4255),
BONES_2(Items.BONES_2530, 4.5, Items.BONEMEAL_4255),
BONES_3(Items.BONES_3187, 4.5, Items.BONEMEAL_4255),