Chisel-Team / ConnectedTexturesMod

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

Modded glass block edges visible through self #222

Closed blockninja124 closed 7 months ago

blockninja124 commented 7 months ago

While trying to add connected glass textures to create: new age I came onto this problem. You can see the edges through the glass image My texture file: image My .png.mcmeta: { "ctm":{ "ctm_version": 1, "type":"CTM", "layer":"CUTOUT", "textures":[ "create_new_age:block/reactor/glass-ctm" ] } } I thought maybe it was the wrong rendering type, but it seems to work with the example pack that has the same CUTOUT render type for its glass and it doesn't occur: image with a texture file I pretty much drew over: image

I may have set something up wrong, but if not this may be an issue affecting modded glass? I'm not really sure what would cause this except for the render type being wrong. (I tried all the other render types as well, and they didn't fix the problem)

blockninja124 commented 7 months ago

Actually I think this is Create: new ages fault. I think they haven't set up their glass so that you can't see itself through itself, unlike vanilla glass.