Loot Conditions NBT Matches - Tmtravlr/LootOverhaul GitHub Wiki
Property | Type | Description |
---|---|---|
tag | String | The tag to match. |
target | String | The entity to match with. Valid options are THIS, KILLER, KILLER_PLAYER, LOOTER, LOOTER_PLAYER. (Optional, defaults to THIS) |
Checks if an entity's nbt matches this tag.
Example Usage:
"conditions": [
{
"condition": "lootoverhaul:nbt_matches",
"target": "this",
"tag": "{CustomName:\"Mr. Sir\"}"
}
]
Previous - Moon Phase | Back | Next - Near Block |
---|