Fix twisted pair advancement not matching recipe

This commit is contained in:
Shadowfacts 2021-12-23 12:53:22 -05:00
parent ef9aa9e958
commit b21a45fbbb
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
] ]
}, },
"criteria": { "criteria": {
"has_copper_nuggets": { "has_copper_ingots": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ {
"tag": "c:copper_nuggets" "tag": "c:copper_ingots"
} }
] ]
} }
@ -25,7 +25,7 @@
}, },
"requirements": [ "requirements": [
[ [
"has_copper_nuggets", "has_copper_ingots",
"has_the_recipe" "has_the_recipe"
] ]
] ]