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.
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. CallingRenderHelper.disableLighting()
before rendering fixed the problem for me.