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

16 lines
No EOL
324 B
JSON

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