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

24 lines
No EOL
410 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:diamond"
},
"C": {
"item": "minecraft:netherrack"
},
"S": {
"item": "minecraft:netherite_upgrade_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"id": "minecraft:netherite_upgrade_smithing_template"
}
}