Files
Aris-Random-Additions/elements/NetherriteTemplateRecipe2.mod.json
2026-03-02 14:53:17 -08:00

28 lines
655 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.NETHERITE_INGOT"
},
"smithingInputAdditionStack": {
"value": "Items.DIAMOND"
},
"smithingInputTemplateStack": {
"value": "Items.NETHERITE_INGOT"
},
"smithingReturnStack": {
"value": "Items.NETHERITE_UPGRADE"
},
"name": "netherrite_template_recipe_2",
"namespace": "mod"
}
}