Merge NBT (Item Action Type)
Merges the specified NBT to the item's NBT.
Merges the specified NBT to the item’s NBT.
Type ID: apoli:merge_nbt
Fields
| Field | Type | Default | Description |
|---|---|---|---|
nbt | NBT | The NBT to merge to the item’s NBT. |
Examples
"item_action": {
"type": "apoli:merge_nbt",
"nbt": "{custom_stuff: 1b}"
} This example will merge the {custom_stuff: 1b} NBT to the item’s NBT.