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": { "criteria": {
"has_copper": { "has_iron": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
@ -35,7 +35,7 @@
}, },
"requirements": [ "requirements": [
[ [
"has_copper", "has_iron",
"has_nickel", "has_nickel",
"has_the_recipe" "has_the_recipe"
] ]