Biome Condition (Entity Condition Type) - MerchantCalico/bovines-and-buttercups-archive GitHub Wiki

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](/MerchantCalico/bovines-and-buttercups-archive/wiki/Biome-Condition-Types-(Datapacking)) 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.