Like Carpet CTM Pane CTM is the same as normal CTM but contains special culling.
Center texture used for internal corners. Empty texture used for empty middle. Horizontal texture used for horizontal edges Vertical texture used for vertical edges Particle texture used for external edges. {
"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"
}
}