1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-18 17:14:03 +02:00

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

View file

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

View file

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

View file

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

View file

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