* Swapped diamonds and template material in all smithing template duplication recipes * The netherite (dendrite) smithing template instead takes 3 diamonds, as 1 is a little too cheap * Tinkers' construct casting/melting recipes for smithing templates has been adjusted to avoid diamond duplication * Adding melting/casting recipes for the modern minecarts smithing templates
26 lines
441 B
JSON
26 lines
441 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"C": {
|
|
"item": "minecraft:diamond"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:end_stone"
|
|
},
|
|
"S": {
|
|
"item": "minecraft:netherite_upgrade_smithing_template"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"#S#",
|
|
"CCC",
|
|
"###"
|
|
],
|
|
"result": {
|
|
"count": 2,
|
|
"item": "minecraft:netherite_upgrade_smithing_template"
|
|
},
|
|
"show_notification": true
|
|
}
|