superb-warfare/elements/RpgSmithing.mod.json
2024-05-04 14:26:24 +08:00

28 lines
No EOL
623 B
JSON

{
"_fv": 57,
"_type": "recipe",
"definition": {
"recipeType": "Smithing",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"smithingInputStack": {
"value": "CUSTOM:Epicmaterialpack"
},
"smithingInputAdditionStack": {
"value": "Blocks.LOG"
},
"smithingInputTemplateStack": {
"value": "CUSTOM:RpgBlueprint"
},
"smithingReturnStack": {
"value": "CUSTOM:Rpg"
},
"name": "rpg_smithing",
"namespace": "mod"
}
}