Chisel-Team / ConnectedTexturesMod

Extensions to the vanilla model system, mainly for connected textures
http://chisel.team/ctm
GNU General Public License v2.0
125 stars 48 forks source link

Randomize textures of levels for ctm/ctm_horizontal/ctm_vertical #154

Open MJRamon opened 3 years ago

MJRamon commented 3 years ago

As wiki is lacking more advanced stuff, I am curious if it's even possible to randomize textures inside of ctm/ctm_horizontal/ctm_vertical, as well as, for example, bottom texture and top texture for ctm_vertical?

tterrag1098 commented 3 years ago

Not currently. The eventual plan is to allow combining render types, so you could specify random AND ctm together, and apply both effects. There's no reason this wouldn't work, it's just a decent amount of effort to set up the API for it.