Remove netherite smithing template requirements
This commit is contained in:
parent
3bcecbc32d
commit
2bed125407
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue