Fixed some broken advancements

This commit is contained in:
Sollace 2021-08-04 15:38:18 +02:00
parent 55e990882e
commit 9899b0ea89
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ "tag": "unicopia:juice" } { "item": "unicopia:juice" }
] ]
} }
}, },

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ "tag": "minecraft:stick" } { "item": "minecraft:stick" }
] ]
} }
}, },

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ "tag": "unicopia:golden_wing" } { "item": "unicopia:golden_wing" }
] ]
} }
}, },

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ "items": [
{ "tag": "unicopia:empty_jar" } { "item": "unicopia:empty_jar" }
] ]
} }
}, },