Readd smithing templates

Also port cheaper smithing template recipe
This commit is contained in:
Sergeant Acoustic 2026-01-28 00:26:47 +00:00
parent 9e8a61756d
commit ab924ece23
12 changed files with 28 additions and 131 deletions

View file

@ -10,5 +10,7 @@
"count": 1, "count": 1,
"id": "mc_rebalance:netherite_paxel" "id": "mc_rebalance:netherite_paxel"
}, },
"template": [] "template": {
"item": "minecraft:netherite_upgrade_smithing_template"
}
} }

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_axe"
},
"result": {
"count": 1,
"id": "minecraft:netherite_axe"
},
"template": []
}

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_boots"
},
"result": {
"count": 1,
"id": "minecraft:netherite_boots"
},
"template": []
}

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_chestplate"
},
"result": {
"count": 1,
"id": "minecraft:netherite_chestplate"
},
"template": []
}

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_helmet"
},
"result": {
"count": 1,
"id": "minecraft:netherite_helmet"
},
"template": []
}

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_hoe"
},
"result": {
"count": 1,
"id": "minecraft:netherite_hoe"
},
"template": []
}

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_leggings"
},
"result": {
"count": 1,
"id": "minecraft:netherite_leggings"
},
"template": []
}

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_pickaxe"
},
"result": {
"count": 1,
"id": "minecraft:netherite_pickaxe"
},
"template": []
}

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_shovel"
},
"result": {
"count": 1,
"id": "minecraft:netherite_shovel"
},
"template": []
}

View file

@ -1,14 +0,0 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_sword"
},
"result": {
"count": 1,
"id": "minecraft:netherite_sword"
},
"template": []
}

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,
"id": "minecraft:netherite_upgrade_smithing_template"
},
"show_notification": true
}

View file

@ -6,10 +6,6 @@
}, },
"filter": { "filter": {
"block": [ "block": [
{
"namespace": "minecraft",
"path": "recipe/netherite_upgrade_smithing_template.json"
},
{ {
"namespace": "minecraft", "namespace": "minecraft",
"path": "recipe/wooden" "path": "recipe/wooden"