ReadonlybehaviorThe behavior pack (server-side) definition for this biome. undefined if not present.
ReadonlyidThe namespaced biome identifier, e.g. "tsu_nat:maple_forest".
ReadonlyresourceThe resource pack (client-side) definition for this biome. undefined if not present.
Ambient sound events for this biome. Shortcut for biome.resource?.ambientSounds.
JSDoc comment blocks parsed from the backing file. Returns behavior docstrings if present, otherwise resource docstrings.
Entities that can spawn in this biome. Delegated from BehaviorBiome.entities.
The resolved fog for this biome. Shortcut for biome.resource?.fog.
The music definition for this biome. Delegated from BehaviorBiome.musicDefinition.
A unified view of a biome that bridges BehaviorBiome (server-side) and ClientBiome (client-side) into a single object.
Biomeis not itself a file-backed asset — it is a logical grouping. Raw file data is accessible throughbiome.behavior.dataandbiome.resource.data.Access via
addon.biomes.get(id).Example