Im having serious issues making a custom transparent glass block in 1.16.1 Minecraft forge, intellij and for some reason my custom glass block is not transparent and instead it is black where it should be see though. can someone please send me the code for making a generic custom block that i can alter to fit my mod.
1
In modding, a texture can only be 0% transparent or 100% transparent. There is no 50%.
Anything below 100% that is not 0% will be treated as opaque (for more, see this)
Otherwise, you can use a striped alpha channel.
< Example they used
Anything below 100% that is not 0% will be treated as opaque (for more, see this)
Otherwise, you can use a striped alpha channel.
< Example they used
