Fusion (Connected Textures)

Fusion (Connected Textures)

11M Downloads

[1.20.1] Connected Glass Textures Not Working

Flexico opened this issue ยท 5 comments

commented

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

commented

Connecting textures need to be used in conjunction with the connecting model type https://github.com/SuperMartijn642/Fusion/wiki/Default-Model-Types#connecting-models

commented

It doesn't look like they're placed correctly on the template. This is what mine is laid out like, for reference, and everything looks correct.
glass

commented

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" }
}

2024-03-21_02 40 34
2024-03-21_02 41 09

It does affect which textures show on the blocks, but they are mostly the wrong ones!

commented

Ah -- your setup looks different from the one I followed. I'll have to re-order them.

commented

It wooorrrks! Thanks for the help~