diff --git a/src/content/docs/adventure/minimessage/format.mdx b/src/content/docs/adventure/minimessage/format.mdx index a16f068fe..4b1042c00 100644 --- a/src/content/docs/adventure/minimessage/format.mdx +++ b/src/content/docs/adventure/minimessage/format.mdx @@ -549,12 +549,13 @@ Tag Arguments * `atlas` the atlas to use, e.g. `minecraft:blocks`. - * `sprite` the sprite to use, e.g. `item/emerald`. + * `sprite` the sprite to use, e.g. `item/emerald`. Name is based on the atlas used, may or may not have a prefix (e.g. `item/` for items atlas) and may require a namespace, if the texture is not stored in the `minecraft` namespace (e.g. texture paths from `assets/example/textures/item/` require `example:` as namespace). Examples ```mm Look at my ! This item costs 10 x . +This is a custom texture from a namespace: ``` ### Head