Temperature (Biome Condition Type)

Checks for the temperature of the biome the entity is currently in.

Checks for the temperature of the biome the entity is currently in.

Type ID: apoli:temperature

You can visit Minecraft Wiki: Biome (List of Overworld climates) for a list of temperature values for the vanilla biomes.

Fields

FieldTypeDefaultDescription
comparisonComparisonDetermines how the temperature value of the biome should be compared to the specified value.
compare_toFloatThe value at which the temperature value of the biome will be compared to.

Examples

"condition": {
    "type": "apoli:biome",
    "condition": {
        "type": "apoli:temperature",
        "comparison": ">=",
        "compare_to": 2
    }
}

This example will check if the biome the entity is currently in has a temperature of 2 or more. (e.g: minecraft:badlands, minecraft:desert, etc.)