Chisel-Team/ConnectedTexturesMod

[Documentation] Document the "texture" JSON entry

Closed this issue · 1 comments

A while back, I requested a feature (through Discord), and it was implemented: CTM metadata in models supports a "texture" keyword that allows replacing just the "base" texture of a CTM map (the "default" non-CTM one) with one specified in the CTM metadata when CTM is present/active, without replacing the texture entirely as it would with the "proxy" keyword. The "texture" keyword is implemented in ModelCTM.java.

This feature is not currently documented, i.e. in the wiki. It should probably be documented so that people who aren't me can easily learn about and use it. :)

Otherwise, thanks for implementing this feature: I'm using it in a mod I'm developing so that a pillar-like block can have a texture without an "end" border when CTM isn't present, but will use a fancier connected-style border when it is. :)