when i set the repair ingredient, it always uses wooden planks, which i assume is the failsafe.
{
"golden_staff": {
"repair_item": "malum:hallowed_gold_ingot",
"enchantability": 19,
"durability": 64,
"damage": 2,
"pierce": 2,
"range": 14,
"cooldown": 15,
"beam_color": [
[0.25, 0.46, 0.89],
[0.27, 0.67, 0.95],
[0.24, 0.34, 0.84]
]
}
}
{
"netherite_staff": {
"durability": 2031,
"repair_item": "minecraft:netherite_scrap",
"enchantability": 15,
"damage": 6,
"pierce": 3,
"range": 16,
"fire_resistant": true,
"cooldown": 25,
"beam_color": [
[1, 0.4, 0.5]
],
"on_hit_self": "/effect give @s minecraft:instant_health"
}
}