Modded glass block edges visible through self
blockninja124 opened this issue ยท 1 comments
While trying to add connected glass textures to create: new age I came onto this problem. You can see the edges through the glass
My texture file:
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:
with a texture file I pretty much drew over:
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)