how can i add tags to this custom recipe so the resulting item has the tag
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" bb",
" tb",
"n "
],
"key": {
"b": {
"item": "minecraft:blaze_powder"
},
"t": {
"item": "minecraft:trident"
},
"n": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"id": "minecraft:trident",
"components": {
"minecraft:custom_model_data": 1,
"minecraft:custom_name": "'Pitchfork'",
"minecraft:enchantments": {
"levels": {
"pack:hellfire": 1,
"minecraft:fire_aspect": 2
},
"show_in_tooltip": true
}
}
}
}