🪡
Athena Wiki
  • Home
  • Loader Introduction
  • Full Cube CTM
  • Carpet CTM
  • Pane CTM
  • Mural
  • Pillar
  • Limited Pillar
  • Pane Pillar
Powered by GitBook
On this page
  • Identifier
  • Data
  • Example

Pillar

PreviousMuralNextLimited Pillar

Last updated 2 years ago

Pillar is a ctm for axis blocks which have an axis property and extend like CTM.

Identifier

athena: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: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"
  }
}
Center texture used for internal corners.
Empty texture used for empty middle.
Horizontal texture used for horizontal edges
Particle texture used for external edges.