Category
Checks for the category of a biome.
Type ID: origins:category
Danger
This biome condition type has been deprecated and may be removed in a future version. Please use In Tag (Biome Condition Type) instead.
Fields
Field | Type | Default | Description |
---|---|---|---|
category |
Biome Category | Which category the biome must be in order to succeed the check. |
Examples
"condition": {
"type": "origins:biome",
"condition": {
"type": "origins:category",
"category": "forest"
}
}
This example will check if the player is inside a Forest-like biome.