Posted June 2, 20196 yr Hello, I actually have two problems: First of all my tesr is completely dark because the light methods are not working properly. This is the code of my tesr: https://github.com/GloriousAlpaca/Leer/blob/master/Void Mod/src/main/java/mod/leer/renderer/RenderVoidcom.java The other problem is that my renderboundingbox is not working as I want it to: I want to be able to see the Tesr at Height 0 even if the tile entity is at 255 but it just vanishes after a difference of about 10 blocks of height. This is my Code: https://github.com/GloriousAlpaca/Leer/blob/4c8335ff6e3ace3f525019c9fa8b634ea05f6ecd/Void Mod/src/main/java/mod/leer/tileentities/TileEntityVoidcom.java#L103-L107 Thank you.
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.