i have a recipe which uses an non-"minecraft:netherite_ingot" item as the addition item. this breaks the recipe and the game says only netherite ingots are allowed there. is there a way to spoof an item acting like a netherite ingot? using vanilla tags didn't work for the divine eye.
recipe below:
{
"format_version": "1.20.10",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "ballistic:divine_cutlass"
},
"tags": [
"smithing_table"
],
"template": "ballistic:divine_upgrade_smithing_template",
"base": "ballistic:animus_cutlass",
"addition": "minecraft:netherite_ingot",
"result": "ballistic:divine_cutlass"
}
}
i can put everything into the slot fine and it goes into its respective slot, but the recipe does not work because of the addition line.
and for the divine eye item i used the tag "minecraft:transform_materials"
