Fix twisted pair advancement not matching recipe
This commit is contained in:
parent
ef9aa9e958
commit
b21a45fbbb
|
@ -6,12 +6,12 @@
|
|||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_copper_nuggets": {
|
||||
"has_copper_ingots": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "c:copper_nuggets"
|
||||
"tag": "c:copper_ingots"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_copper_nuggets",
|
||||
"has_copper_ingots",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue