Full Cube CTM
A full cube CTM is what you would think of when you think of CTM it is a connected block like such

Identifier
athena:ctmData
Full CTM Cube requires 5 textures:
center— Used for internal corners.empty— Used to fill in the middle of the texture.horizontal— Used for horizontal edges.vertical— Used for vertical edges.particle— Particle texture and the texture used for external corners.





Example
{
"variants": {
"": {
"model": "minecraft:block/air"
}
},
"athena:loader": "athena:ctm",
"ctm_textures": {
"center": "chipped:block/amethyst_block/ctm/cut_amethyst_block_column_ctm/3",
"empty": "chipped:block/amethyst_block/ctm/cut_amethyst_block_column_ctm/0",
"horizontal": "chipped:block/amethyst_block/ctm/cut_amethyst_block_column_ctm/2",
"particle": "chipped:block/amethyst_block/cut_amethyst_block_column",
"vertical": "chipped:block/amethyst_block/ctm/cut_amethyst_block_column_ctm/1"
}
}Last updated