Precipitation (Biome Condition Type)

Checks for the precipitation type of the biome the entity is currently in.

Checks for the precipitation type of the biome the entity is currently in.

Type ID: apoli:precipitation

Fields

FieldTypeDefaultDescription
precipitationStringWhich precipitation the biome has to have in order to succeed the check. Accepts "none", "rain" or "snow". Due to limitations with the system, this will check precipitation at a world height of 64.

Examples

"condition": {
    "type": "apoli:biome",
    "condition": {
        "type": "apoli:precipitation",
        "precipitation": "snow"
    }
}

This example will check if the biome the entity is currently in has a snowy precipitation. (e.g: minecraft:snowy_taiga, minecraft:ice_spikes, etc.)