Cheaper template recipes

* 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
This commit is contained in:
Sergeant Acoustic 2025-08-25 17:25:19 +01:00
parent 81bdc2049b
commit e92970a76b
23 changed files with 494 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"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
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:sandstone"
},
"S": {
"item": "minecraft:dune_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:dune_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:end_stone"
},
"S": {
"item": "minecraft:eye_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:eye_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:terracotta"
},
"S": {
"item": "minecraft:host_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:host_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"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
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:terracotta"
},
"S": {
"item": "minecraft:raiser_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:raiser_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:netherrack"
},
"S": {
"item": "minecraft:rib_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:rib_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:cobblestone"
},
"S": {
"item": "minecraft:sentry_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:sentry_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:terracotta"
},
"S": {
"item": "minecraft:shaper_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:shaper_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:cobbled_deepslate"
},
"S": {
"item": "minecraft:silence_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:silence_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:blackstone"
},
"S": {
"item": "minecraft:snout_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:snout_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:purpur_block"
},
"S": {
"item": "minecraft:spire_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:spire_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:prismarine"
},
"S": {
"item": "minecraft:tide_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:tide_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:cobblestone"
},
"S": {
"item": "minecraft:vex_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:vex_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:cobbled_deepslate"
},
"S": {
"item": "minecraft:ward_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:ward_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:terracotta"
},
"S": {
"item": "minecraft:wayfinder_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:wayfinder_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:mossy_cobblestone"
},
"S": {
"item": "minecraft:wild_armor_trim_smithing_template"
}
},
"pattern": [
"#S#",
"#C#",
"###"
],
"result": {
"count": 2,
"item": "minecraft:wild_armor_trim_smithing_template"
},
"show_notification": true
}

View file

@ -0,0 +1,11 @@
{
"type": "tconstruct:table_duplication",
"cast": [
{"tag": "modernminecarts:copper_templates"}
],
"cooling_time": 186,
"fluid": {
"amount": 540,
"tag": "tconstruct:molten_copper"
}
}

View file

@ -0,0 +1,11 @@
{
"type": "tconstruct:table_duplication",
"cast": [
{"item": "minecraft:netherite_upgrade_smithing_template"}
],
"cooling_time": 186,
"fluid": {
"amount": 300,
"tag": "tconstruct:molten_diamond"
}
}

View file

@ -0,0 +1,11 @@
{
"type": "tconstruct:table_duplication",
"cast": [
{"tag": "minecraft:trim_templates"}
],
"cooling_time": 186,
"fluid": {
"amount": 100,
"tag": "tconstruct:molten_diamond"
}
}

View file

@ -0,0 +1,12 @@
{
"type": "tconstruct:melting",
"ingredient": [
{"tag": "modernminecarts:copper_templates"}
],
"result": {
"amount": 540,
"fluid": "tconstruct:molten_copper"
},
"temperature": 1450,
"time": 186
}

View file

@ -0,0 +1,12 @@
{
"type": "tconstruct:melting",
"ingredient": [
{"item": "minecraft:netherite_upgrade_smithing_template"}
],
"result": {
"amount": 300,
"fluid": "tconstruct:molten_diamond"
},
"temperature": 1450,
"time": 186
}

View file

@ -0,0 +1,12 @@
{
"type": "tconstruct:melting",
"ingredient": [
{"tag": "minecraft:trim_templates"}
],
"result": {
"amount": 100,
"fluid": "tconstruct:molten_diamond"
},
"temperature": 1450,
"time": 186
}