Incompatibility with rendering in my mod

hi, I'm working on a mod which has an overlay that renders dots at certain angles. I use the WorldRendererEvent.LAST to get the necessary matrices and then i render it similarly to entity names, except i use RenderLayer#getGuiTexturedOverlay for the buffer to make it render above any terrain. This works fine in vanilla (except for clouds) but with iris 1.8.8 installed, the dots render behind terrain. The relevant code is here: https://github.com/KingContaria/anglesnap/blob/master/src/main/java/me/contaria/anglesnap/AngleSnap.java#L65-L126 Steps to reproduce: - Join a world and enable the overlay with F7 - Dig down into a hole and notice the dot in the sky disappears behind the enclosing blocks - You can make more dots by using the menu that opens with F6 (make sure to press edit before trying to change any angles) I'm quite inexperienced with this sort of rendering so if im doing something egregiously stupid please do not hesitate to call me out :)
1 Reply
previewBOT
previewBOT3w ago
KingContaria/anglesnap (on master) src/main/java/me/contaria/anglesnap/AngleSnap.java

Did you find this page helpful?