Texenox Posted January 26, 2014 Share Posted January 26, 2014 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 Quote Link to comment Share on other sites More sharing options...
denbukki Posted January 26, 2014 Share Posted January 26, 2014 did u add public boolean isOpaqueCube() { return false; } Quote Link to comment Share on other sites More sharing options...
TheGreyGhost Posted January 26, 2014 Share Posted January 26, 2014 Hi This might be useful info for you http://greyminecraftcoder.blogspot.com.au/2013/07/rendering-transparent-blocks.html -TGG Quote Link to comment Share on other sites More sharing options...
Renkin42 Posted January 26, 2014 Share Posted January 26, 2014 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 Quote Link to comment Share on other sites More sharing options...
Texenox Posted January 26, 2014 Author Share Posted January 26, 2014 did u add public boolean isOpaqueCube() { return false; } That doesn't even work in 1.7 anymore. Quote Link to comment Share on other sites More sharing options...
Texenox Posted January 26, 2014 Author Share Posted January 26, 2014 Thanks so much to all you guys, now my mod is complete! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.