ConnectedTexturesMod

ConnectedTexturesMod

110M Downloads

Modded glass block edges visible through self

blockninja124 opened this issue ยท 1 comments

commented

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)

commented

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.