Drafting Table GUI wonkey
Nozgo opened this issue ยท 2 comments
I have NEI, Voxels Minimap, and optifine, just an fyi. Odd thing is all the other GUI's are fine.
That is indeed a bit wonky.
This appears to be two separate issues:
1.) Missing a few translation keys for the strings used in the GUI / hardcoded references rather than going through the translator. That one is easy to fix.
2.) Something has messed up the initial lighting settings for GUI rendering (which is causing the black background). I'll look into manually setting the necessary openGL parameters prior to any gui rendering. That particular issue is likely caused by a mod, AW or otherwise, not properly resetting any openGL attributes that they changed during some rendering routine -- more than likely something doing world rendering or overlays (nei, minimaps).