Limited Pillar
Limited Pillar is like a pillar but only works vertically.
Identifier
athena:limited_pillarData
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:limited_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