Corrected miss-named criterium.

Should change nothing during runtime.
This commit is contained in:
Ayutac 2022-04-17 13:14:02 +02:00 committed by GitHub
parent aa57b22496
commit 954882cafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
]
},
"criteria": {
"has_copper": {
"has_iron": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@ -35,9 +35,9 @@
},
"requirements": [
[
"has_copper",
"has_iron",
"has_nickel",
"has_the_recipe"
]
]
}
}