forgot to delete a duplicate

This commit is contained in:
Ayutac 2022-02-10 08:21:12 +01:00
parent 145ba48e27
commit df2fb48c86

View file

@ -1,32 +0,0 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:blast_furnace/iron_ingot_from_boots"
]
},
"criteria": {
"has_iron_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["minecraft:iron_boots"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:blast_furnace/iron_ingot_from_boots"
}
}
},
"requirements": [
[
"has_iron_boots",
"has_the_recipe"
]
]
}