> For the complete documentation index, see [llms.txt](https://mythictotem.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mythictotem.superiormc.cn/totems/example-common-3d-totem.md).

# 📚Example: Common 3D Totem

## Config

```yaml
mode: 'HORIZONTAL'
layouts:
  1:
    - 'AAAA'
    - 'BBBB'
    - 'CCCC'
  2:
    - 'CCCC'
    - 'BBBB'
    - 'AAAA'
explains:
  A: 'minecraft:stone'
  B: 'minecraft:dirt'
  C: 'minecraft:netherrack'
actions:
  1:
    type: message
    message: 'Hello!'
  2:
    type: mythicmobs_spawn
    entity: CAVE_SPIDER
conditions: []
disappear: true
```

## In-game layout

<figure><img src="/files/tRe4LDsqBFcgDzNuGwPa" alt=""><figcaption></figcaption></figure>
