Loot Conditions Dimension Height - Tmtravlr/LootOverhaul GitHub Wiki
Property | Type | Description |
---|---|---|
height | Float or Float Range | The height of the dimension. |
Will pass if the current dimension's 'actual' height is in this height range.
Example Usage: (looks for 'shorter' dimensions like the Nether, which is 128 blocks tall)
"conditions": [
{
"condition": "lootoverhaul:dimension_height"
"height": {
"min": 64
"max": 128
}
}
]
Previous - Dimension Has Sky | Back | Next - Dimension Water Vaporizes |
---|