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

28 lines
650 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.GOLDEN_APPLE#1"
},
"smithingInputAdditionStack": {
"value": "CUSTOM:PowerStar"
},
"smithingInputTemplateStack": {
"value": "CUSTOM:BlackIronBlock"
},
"smithingReturnStack": {
"value": "CUSTOM:BlackIronApple"
},
"name": "black_iron_apple_recipe",
"namespace": "mod"
}
}