Biome Facts
Retrieve information about the player's current environment.
- Player Biome — Get the current biome ID.
- In Custom Biome — Check if current biome is custom.
Facts
Player Biome Fact
Returns the current biome identifier (e.g., minecraft:plains or typewriter:custom_biome).
fact:
type: player_biome_fact
Is In Custom Biome Fact
Returns true if the player is currently inside a biome defined by the Custom Biome Extension.
fact:
type: is_in_custom_biome_fact
Custom Biome Count Fact
Returns the total number of registered custom biomes on the server.
fact:
type: custom_biome_count_fact