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. "tsu_nat:maple_forest".
Ambient sound events for this biome from minecraft:ambient_sounds
(mood, loop, creatures, additions).
The unified biome view that contains this client definition.
The resolved fog for this biome. undefined if not found.
Represents a resource pack client biome definition file (
biomes/directory). Contains client-side biome data: fog, sky color, foliage color, ambient sounds.Access via
biome.resourceon a unified Biome.Example