promotional bannermobile promotional banner

ConnectedTexturesMod for Fabric

An unofficial Fabric port of the original ConnectedTexturesMod.

File Details

0.2.0

  • B
  • Jan 25, 2021
  • 195.12 KB
  • 577
  • 1.16.5+5
  • Fabric

File Name

ctm-fabric-0.2.0.jar

Supported Versions

  • 1.16.5
  • 1.16.4
  • 1.16.3
  • 1.16.2
  • 1.16.1
  • 1.16

Curse Maven Snippet

Fabric

modImplementation "curse.maven:ctm-fabric-432493:3180355"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fix JSON model CTM overrides

Fix incompatibility with Indium and Canvas

Fix possible crash with empty config file

Optimize rendering and resource loading

 

Technical changes:

Remove NotNullType and replace with NotNull
Create new config if file is empty
Optimize and fix model wrapping
Split unbaked model types
Pass ModelInfo instead of entire model when baking
Don't make texture if metadata isn't present
Use fallback when building a mesh if texture isn't present
Remove RegionCache
Merge BitUtil into RenderUtil
Move texture creation to TextureUtil