#Is it possible to use a non-netherite ingot in the smithing additions slot?

1 messages · Page 1 of 1 (latest)

stiff bear
#

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"

stiff bear
#

this is so sad

pine hill
#

Ah figured this out now too. Why on earth would they hardcode this with netherite_ingot while still providing an "addition" property in the recipe file. It's insane