Advancement Triggers - TheIllusiveC4/Curios GitHub Wiki

On Curio Equip

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"
            }
        }
    }
}