# Mural

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

<figure><img src="https://2325337461-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2xrUpruOeLHSh552faqK%2Fuploads%2FORDp9xwoU6aVgvCG7YBb%2Fimage.png?alt=media&#x26;token=100f2997-3bd3-40ed-88c5-2340c5e3fcd6" 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
}
```
