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 fog identifier, e.g. "minecraft:fog_bamboo_jungle".
Represents a fog settings definition from the resource pack's
fogs/directory.Access via
addon.fogs.get(id), or throughbiome.fog/clientBiome.fog.Example