NBT

Item Condition Type

Checks the item's NBT.

Type ID: origins:nbt

Fields

Field Type Default Description
nbt NBT The NBT data to check for.

Examples

"item_condition": {
    "type": "origins:nbt",
    "nbt": "{exampleCustomTag: 1b}"
}

This example will check if the item stack has the exampleCustomTag: 1b NBT.