[BUG] Conflicts with Immersive Vehicle's headlights.
boot2big opened this issue ยท 2 comments
IV uses a different lighting system to the Vanilla system, using OpenGL to generate headlight beam models that light up your view.
Too bad they don't quite like Hardcore Darkness...
Their git here
Immersive Vehicles dev here. I suspect this is an issue on my end, as the lights I render use some complex OpenGL blending calls that bypass the MC lightmap. Is there anything special you do with the rendering system besides changing the lightmapping of objects? Tried to install your mod in my development environment to run some tests but I see you're using ASM manipuation, which MDK doesn't like. At least, as far as I'm aware. More than happy to try and track this down on my end if you can give me a pointer as to where to start.