-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with BlockRenderer6343 NEI preview #383
Comments
After much investigation I can conclude that the whole not being able to select blocks/view their tooltips is caused by GL State Cache and functionality is restored after turning it off. |
Interesting, I wonder what state specifically is being cached incorrectly... need to narrow that down and add a new test case |
My guess is it's related to the way it unprojects https://github.com/GTNewHorizons/BlockRenderer6343/blob/38da19faf8c62e197a1bf6c03d36d2ae5342c3d3/src/main/java/blockrenderer6343/client/utils/ProjectionUtils.java#L67-L115. I also tried stealing OpenMods unproject but that yielded the same result so it might be for a different reason than GTNewHorizons/GT-New-Horizons-Modpack#15957. |
Just for note, the black bars are caused by the Angelica fontrenderer and they appear on multiple different NEI pages as seen here GTNewHorizons/GT-New-Horizons-Modpack#15816 |
gonna claim its fixed by GTNewHorizons/NotEnoughItems#528 |
Your GTNH Discord Username
fakelyft
Mod Version
1.0.0-alpha34
Java Version
Java 21
Graphics Card Vendor
AMD/ATI
Bug Report
Without Angelica hovering over a block in in the preview shows its tooltip and right clicking a block shows all the valid hatches that can be placed there.
With Angelica hovering over a block no longer shows the tooltip and right clicking does nothing. There is also some weird black outline around the preview.
However if you zoom so that the camera is inside a block you can interact with it again.
I've tried disabling hud caching but that doesn't change it.
Mod List or GTNH Pack Version
GTNH nightly 391 as well as BlockRenderer6343 dev env with Angelica added
Minimally reproducible modlist so far:
Final Checklist
The text was updated successfully, but these errors were encountered: