Files
minecraft-assets/data/minecraft/recipes/coast_armor_trim_smithing_template.json
2023-09-13 18:35:07 +02:00

25 lines
440 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:diamond"
},
"C": {
"item": "minecraft:cobblestone"
},
"S": {
"item": "minecraft:coast_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:coast_armor_trim_smithing_template"
},
"show_notification": true
}