🪡
Athena Wiki
  • Home
  • Loader Introduction
  • Full Cube CTM
  • Carpet CTM
  • Pane CTM
  • Mural
  • Pillar
  • Limited Pillar
  • Pane Pillar
Powered by GitBook
On this page
  • Identifier
  • Data
  • Example

Pane CTM

PreviousCarpet CTMNextMural

Last updated 2 years ago

Like Carpet CTM Pane CTM is the same as normal CTM but contains special culling.

Identifier

athena:pane_ctm

Data

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"
  }
}
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.