> For the complete documentation index, see [llms.txt](https://wiki.terrarium.earth/athena/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.terrarium.earth/athena/mural.md).

# Mural

Mural is a model that allows a texture to stretch across multiple blocks.

<figure><img src="/files/2dXrECDiayiPmFZQWOXJ" alt=""><figcaption></figcaption></figure>

### Identifier

```json
athena:giant
```

### Data

Mural requires a width and a height:

Mural also requires width \* height textures, texture texture has a key of the postion index ie, 1 is the top left.

### Example

```json
{
  "variants": {
    "": {
      "model": "minecraft:block/air"
    }
  },
  
  "athena:loader": "athena:giant",
  "ctm_textures": {
    "1": "chipped:block/amethyst_block/ctm/massive_amethyst_block_bricks/0",
    "2": "chipped:block/amethyst_block/ctm/massive_amethyst_block_bricks/1",
    "3": "chipped:block/amethyst_block/ctm/massive_amethyst_block_bricks/2",
    "4": "chipped:block/amethyst_block/ctm/massive_amethyst_block_bricks/3",
    "particle": "chipped:block/amethyst_block/massive_amethyst_block_bricks"
  },
  "height": 2,
  "width": 2
}
```
