mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed some broken advancements
This commit is contained in:
parent
55e990882e
commit
9899b0ea89
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "tag": "unicopia:juice" }
|
||||
{ "item": "unicopia:juice" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "tag": "minecraft:stick" }
|
||||
{ "item": "minecraft:stick" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "tag": "unicopia:golden_wing" }
|
||||
{ "item": "unicopia:golden_wing" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{ "tag": "unicopia:empty_jar" }
|
||||
{ "item": "unicopia:empty_jar" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue