BetterEnd/src/main/generated/data/betterend/recipes/copy_terminite_upgrade.json
2023-06-08 01:39:32 +02:00

25 lines
No EOL
444 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"C": {
"item": "betterend:terminite_ingot"
},
"S": {
"item": "betterend:terminite_upgrade_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "betterend:terminite_upgrade_smithing_template"
},
"show_notification": true
}