Figure out translucency
bernie-g opened this issue ยท 3 comments
We still have no idea why RenderType.getEntityTranslucent() is broken. It seems to not like rendering water behind it and sometimes entities behind it are invisible. If anyone wants to take a look at this it would be greatly appreciated!
Have you tried changing the 'translucency' to something else one line before the original bug?
RenderType.getEntitySomething else()
RenderType.getEntityTranslucent()
This fix usually works in python, i don't usually do java.