mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +01:00
Fix syntax in the apple pie advancements
This commit is contained in:
parent
92c50f2676
commit
f41873fd7a
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
"trigger": "minecraft:inventory_changed",
|
"trigger": "minecraft:inventory_changed",
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"items": [
|
"items": [
|
||||||
{ "tag": [ "unicopia:fresh_apples" ] }
|
{ "tag": "unicopia:fresh_apples" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue