Fix syntax in the apple pie advancements

This commit is contained in:
Sollace 2022-09-30 14:47:40 +02:00
parent 92c50f2676
commit f41873fd7a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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