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 item identifier this attachable is for, e.g. "minecraft:bow".
Represents an attachable definition from the resource pack's
attachables/directory. Attachables define how items are visually rendered when held or equipped by an entity.Access via
addon.attachables.get(id)or throughitem.attachable.Example