Wiki

Clone wiki

Loot Overhaul / Loot Conditions - Dimension Height

Loot Conditions - Dimension Height

Structure:

Property Type Description
height Float or Float Range The height of the dimension.

Description:

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

Updated