minecraft-src/data/minecraft/recipe/netherite_sword_smithing.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
314 B
JSON

{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_sword"
},
"result": {
"count": 1,
"id": "minecraft:netherite_sword"
},
"template": {
"item": "minecraft:netherite_upgrade_smithing_template"
}
}