ConnectedTexturesMod

A resource pack extension library

File Details

CTM - MC1.12.2-1.0.1.30

  • R
  • Nov 26, 2019
  • 194.38 KB
  • 5.5M
  • 1.12.2
  • Forge

File Name

CTM-MC1.12.2-1.0.1.30.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ctm-267602:2832564")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

CTM MC1.12.2-1.0.1.30


Changes


   - If no layer is specified, the default will now be null (same as textures with no metadata) rather than SOLID
   - Now requires forge 2807 at a minimum (for item lighting fixes)

Fixes


   - Eliminated unnecessary memory overhead from model loading (asiekierka)
   - Fix ctm models having duplicate quads when rendered as an item and containing null-layer quads
   - Cache quad subsets for no-layer cases a bit, should speed up item model rendering marginally