Wiki

Clone wiki

Loot Overhaul / Loot Conditions - Biome Humidity

Loot Conditions - Biome Humidity

Structure:

Property Type Description
humidity Float or Float Range The humidity of the biome.

Description:

Will pass if the humidity is within this range. You can use both min and max, or leave one out.

Some base vanilla biome humidities, for reference: * Desert: 0.0 * Extreme Hills: 0.3 * Plains: 0.4 * Ocean: 0.5 * Forest: 0.8 * Jungle: 0.9 * Mushroom Island: 1.0

Example Usage:

"conditions": [
    {
        "condition": "lootoverhaul:biome_humidity",
        "humidity": {
            "min": 0.7,
            "max": 1.0
        }
    }
 ]

Previous - Biome Height Back Next - Temperature

Updated