Files
Aris-Random-Additions/elements/OrichalcumAppleRecipe.mod.json
nimsolated e867e4b0a2 2.1.2
2026-03-25 17:58:21 -07:00

28 lines
652 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:OrichalcumBlock"
},
"smithingReturnStack": {
"value": "CUSTOM:OrichalcumApple"
},
"name": "orichalcum_apple_recipe",
"namespace": "mod"
}
}