Pane Pillar

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

Identifier

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.

Example

{
  "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"
  }
}

Last updated