Biome Location (Biome Condition Type) - MerchantCalico/bovines-and-buttercups-archive GitHub Wiki
Tests to see if an biome's resource location matches a specified resource location.
Type Resource Location: bovinesandbuttercups:biome_location
Introduced In: 1.3.0
Fields
| Field | Type | Default | Description |
|---|---|---|---|
location |
[Biome Tag Resource Location](/MerchantCalico/bovines-and-buttercups-archive/wiki/Tag-Resource-Location-(Data-Type)) | Defines the biome resource location to be used in checks. |
Example
"condition": {
"type": "bovinesandbuttercups:biome_location",
"location": "#minecraft:is_jungle"
}
This example checks if a biome's resource location is inside the minecraft:is_jungle biome tag (Located in data/minecraft/tags/worldgen/biome/is_jungle.json),