# Pane Pillar

Pane pillar is a pillar for glass panes, like limited pillar it only works vertically.

### Identifier

```json
athena:pane_pillar
```

### Data

Pillar requires 5 textures:

* `center` — Used for the middle of the pillar.
* `top` — Used for the top of the pillar.
* `bottom` — Used for the bottom of the pillar.
* `self` — Used for the side when the pillar is a single block.
* `particle` — Particle texture and the texture used for the ends of the pillar.

{% tabs %}
{% tab title="Center" %}

<figure><img src="https://2325337461-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2xrUpruOeLHSh552faqK%2Fuploads%2FhH5lPp3qMYp7Ys7SjJw8%2Fimage.png?alt=media&#x26;token=eacc06e0-4e8b-493b-9362-8880c10f5220" alt=""><figcaption><p>Center texture used for internal corners.</p></figcaption></figure>
{% endtab %}

{% tab title="Top" %}

<figure><img src="https://2325337461-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2xrUpruOeLHSh552faqK%2Fuploads%2FwEbwV28Cbru0PrykoLQT%2Fimage.png?alt=media&#x26;token=ca6b7cfd-9791-450f-b637-2fe334db2634" alt=""><figcaption><p>Empty texture used for empty middle.</p></figcaption></figure>
{% endtab %}

{% tab title="Bottom" %}

<figure><img src="https://2325337461-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2xrUpruOeLHSh552faqK%2Fuploads%2FgjtpYeVNtdsd28irCdaX%2Fimage.png?alt=media&#x26;token=8c25cf7e-914e-4450-907a-aab24624f94b" alt=""><figcaption><p>Horizontal texture used for horizontal edges</p></figcaption></figure>
{% endtab %}

{% tab title="Self" %}

<figure><img src="https://2325337461-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2xrUpruOeLHSh552faqK%2Fuploads%2FNM3fQ9XiQqPk6qw44unA%2Fimage.png?alt=media&#x26;token=d36cd004-2b19-4996-a466-176c33a157d9" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Particle" %}

<figure><img src="https://2325337461-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2xrUpruOeLHSh552faqK%2Fuploads%2FNawd6A4m40pdJq6KhImj%2Fimage.png?alt=media&#x26;token=747cfd5f-e175-4fdd-af50-bf447d102624" alt=""><figcaption><p>Particle texture used for external edges.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### Example

```json
{
  "variants": {
    "": {
      "model": "minecraft:block/air"
    }
  }
  
  "athena:loader": "athena:pane_pillar",
  "ctm_textures": {
    "bottom": "chipped:block/amethyst_block/ctm/curly_amethyst_block_pillar/3",
    "center": "chipped:block/amethyst_block/ctm/curly_amethyst_block_pillar/2",
    "particle": "chipped:block/amethyst_block/curly_amethyst_block_pillar",
    "self": "chipped:block/amethyst_block/ctm/curly_amethyst_block_pillar/0",
    "top": "chipped:block/amethyst_block/ctm/curly_amethyst_block_pillar/1"
  }
}
```
