-
-
Notifications
You must be signed in to change notification settings - Fork 74
Advancement Triggers
TheIllusiveC4 edited this page Jan 21, 2021
·
2 revisions
curios:equip_curio
This trigger will fire any time a curio is successfully equipped into a slot. It currently supports item
and location
conditions.
Example:
This will trigger when the player equips a Curious Ring in any slot.
"criteria": {
"ring": {
"trigger": "curios:equip_curio",
"conditions": {
"item": {
"item": "curios:curious_ring"
}
}
}
}