Pillar
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"
}
}
Last updated