1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-03-05 09:41:28 +01:00

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
src/main/resources/data/unicopia/advancements/recipes/food

View file

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

View file

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