ReadonlydataThe raw parsed JSON data of the asset file.
ReadonlydocstringsAll JSDoc-style comment blocks parsed from this asset's source file,
in document order. Empty array when no /** … */ blocks are present.
ReadonlyfileAbsolute path to the asset's file on disk. Empty string in browser mode.
ReadonlyidThe namespaced biome identifier, e.g. "minecraft:bamboo_jungle".
The unified biome view that contains this behavior definition.
All unified entities whose spawn rule references at least one tag that this biome has.
The music definition for this biome from sounds/music_definitions.json.
undefined if not found.
Represents a behavior pack biome definition file (
biomes/directory). Contains server-side biome data: terrain generation, climate, biome tags.Access via
biome.behavioron a unified Biome.Example