Recipe triggers are recipe options which do not display in the recipe GUI item. They dictate actions which are performed when the recipe is used by a player. Currently, there is no default triggers but you can add some using an addon.

recipes:
    steel-sword:
        ....
        triggers:
        - 'exp smithing 5'

The only crafting trigger available right now is the experience trigger from MMOCore.

crafting/triggers.txt · Last modified: 2020/07/01 03:13 (external edit)