Corrected miss-named criterium.
Should change nothing during runtime.
This commit is contained in:
parent
aa57b22496
commit
954882cafc
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"criteria": {
|
"criteria": {
|
||||||
"has_copper": {
|
"has_iron": {
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
|
@ -35,9 +35,9 @@
|
||||||
},
|
},
|
||||||
"requirements": [
|
"requirements": [
|
||||||
[
|
[
|
||||||
"has_copper",
|
"has_iron",
|
||||||
"has_nickel",
|
"has_nickel",
|
||||||
"has_the_recipe"
|
"has_the_recipe"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue