Posted January 26, 201411 yr If you've read some previous posts of mine, you'll know that I was desperate to finish off my mod. Luckily, I have managed to figure out how to do it, and you won't hear me whine so much anymore as of now. I will, however, ask for one last thing. I have a mod which comprises a fully transparent block, and I have the texture for it loaded (entirely transparent). However, when I place it in my world, there is what seems to be a hole to the void underneath, despite the fact that there are solid, opaque blocks beneath. If anyone would be kind enough to give me a pointer or two, I would accept it happily. Thanks. -TiExEx
January 26, 201411 yr Hi This might be useful info for you http://greyminecraftcoder.blogspot.com.au/2013/07/rendering-transparent-blocks.html -TGG
January 26, 201411 yr If you want a current code example, here's one of my transparent blocks in 1.7.2: https://github.com/Renkin42/SWT_Mod_Gradle/blob/master/main/java/renkin42/stuffWorthThrowing/blocks/BlockSpectralBrick.java
January 26, 201411 yr Author did u add public boolean isOpaqueCube() { return false; } That doesn't even work in 1.7 anymore.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.