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

16 lines
No EOL
310 B
JSON

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