[1.20.1] Connected Glass Textures Not Working
Flexico opened this issue ยท 5 comments
Question
...
I'm converting my CTM for glass blocks to the Fusion format, but every glass block shows the upper-left option no matter what. What am I doing wrong?
CTM Fusion Glass.zip
Connecting textures need to be used in conjunction with the connecting model type https://github.com/SuperMartijn642/Fusion/wiki/Default-Model-Types#connecting-models
Ah, I see! Ok, I have the following at /models/block/glass.json:
{
"loader": "fusion:model",
"type": "connecting",
"connections": [
{ "type": "is_same_block" }
],
"parent": "block/cube_all",
"textures": { "all": "block/glass" }
}
It does affect which textures show on the blocks, but they are mostly the wrong ones!
Ah -- your setup looks different from the one I followed. I'll have to re-order them.