Pane CTM
Like Carpet CTM Pane CTM is the same as normal CTM but contains special culling.
Identifier
athena:pane_ctmData
Carpet CTM 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:pane_ctm",
  "ctm_textures": {
    "center": "chipped:block/light_blue_stained_glass/ctm/fancy_light_blue_stained_glass_ctm/3",
    "empty": "chipped:block/light_blue_stained_glass/ctm/fancy_light_blue_stained_glass_ctm/0",
    "horizontal": "chipped:block/light_blue_stained_glass/ctm/fancy_light_blue_stained_glass_ctm/2",
    "particle": "chipped:block/light_blue_stained_glass/fancy_light_blue_stained_glass",
    "vertical": "chipped:block/light_blue_stained_glass/ctm/fancy_light_blue_stained_glass_ctm/1"
  }
}Last updated