Category

Biome Condition.

Checks for the category of a biome.

Type ID: origins:category

Fields:

Field Type Default Description
category String Which category the biome must be in order to succeed the check. See the list of biome categories.

Example:

"condition": {
    "type": "origins:biome",
    "condition": {
        "type": "origins:category",
        "category": "forest"
    }
}

This example checks if the player is inside a Forest-like biome.