Files
Aris-Random-Additions/elements/BlackIronIngotRecipe.mod.json
nimsolated 4b658a0cce 2.3.0
2026-03-28 19:42:27 -07:00

28 lines
660 B
JSON

{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Smithing",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"smithingInputStack": {
"value": "Items.IRON_INGOT"
},
"smithingInputAdditionStack": {
"value": "Items.DYE#16"
},
"smithingInputTemplateStack": {
"value": "CUSTOM:BlackIronUpgradeSmithingTemplate"
},
"smithingReturnStack": {
"value": "CUSTOM:BlackIronIngot"
},
"name": "black_iron_ingot_recipe",
"namespace": "mod"
}
}