Remove netherite smithing template requirements

This commit is contained in:
Sergeant Acoustic 2026-01-24 02:55:58 +00:00
parent 3bcecbc32d
commit 2bed125407
10 changed files with 134 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,5 +2,13 @@
"pack": {
"description":"Rebalances Minecraft's recipes and drop tables to cause a more meaningful progression." ,
"pack_format": 15
},
"filter": {
"block": [
{
"namespace": "minecraft",
"path": "recipe/netherite_upgrade_smithing_template.json"
}
]
}
}