Merge NBT

Item Action Type

Merges the specified NBT to the item's NBT.

Type ID: origins:merge_nbt

Fields

Field Type Default Description
nbt NBT The NBT to merge to the item's NBT.

Examples

"item_action": {
    "type": "origins:merge_nbt",
    "nbt": "{custom_stuff: 1b}"
}

This example will merge the {custom_stuff: 1b} NBT to the item's NBT.