Skip to content

Biome Condition (Entity Condition Type)

Pug edited this page Mar 29, 2023 · 3 revisions

Tests a biome condition at the block position that the entity is currently standing at.

Type Resource Location: bovinesandbuttercups:biome_condition

Introduced In: 1.3.0

Fields

Field Type Default Description
biome_condition Biome Condition Defines the biome condition to be used in this check.

Example

"condition": {
  "type": "bovinesandbuttercups:biome_condition",
  "biome_condition": {
    "type": "bovinesandbuttercups:biome_location",
    "location": "minecraft:flower_forest"
  }
}

This example checks if an entity is standing in a Flower Forest biome.

Clone this wiki locally