ModProg / BlockMeter

MIT License
10 stars 6 forks source link

CF bug report by ImDerpyMelon #14

Closed gbl closed 4 years ago

gbl commented 4 years ago

about everything rendering in white - I had a similar problem in my Grid mod. Some other mods - the ones I know about are Fabritone and VoxelMap when rendering waypoints in Beacons-only-mode, do a RenderHelper.enableLighting() which they don't revert. Calling RenderHelper.disableLighting() before rendering fixed the problem for me.

ModProg commented 4 years ago

Thanks for the tip