Loot Conditions Not - Tmtravlr/LootOverhaul GitHub Wiki
Property | Type | Description |
---|---|---|
conditions | Condition Object List | List of conditions to negate. |
Will pass if all its conditions are false
Example Usage: (only applies if not in a deep ocean biome)
"conditions": [
{
"condition": "lootoverhaul:not",
"conditions": [
{
"condition": "lootoverhaul:in_biome",
"biomes": [
"minecraft:deep_ocean"
]
}
]
}
]
Previous - Near Block | Back | Next - And |
---|