Everything renders in light gray ignoring configured color
calloatti opened this issue · 12 comments
xray-1.12.2-1.4.2
Every block wireframe renders in light gray (I guess 128,128,128) ignoring configured color.
Can you confirm whether or not you’ve got any other mods installed that render wireframe like things in the world and if so what mods are they?
I updated some mods (including x-ray) and this started happening, was working correctly before. Will do some testing to try to find the cause and report back. Luckily I save the old mod versions when I update mods.
I rolled back the 4 mods I last updated and it still renders in light gray, no idea what changed to make it not work after it was working until yesterday.
I found the problem. It happens when I add this mod:
https://github.com/dmillerw/Impractical-Storage
https://minecraft.curseforge.com/projects/impractical-storage
Before:
After:
Removing the mod mentioned solves the problem.
@calloatti Hi, So I've been working on the mod today and I can't make that mod cause the issue. Is there anything you would do that would cause it to do that?
Maybe there is some interaction with another mod? This is the log where you can see all the mods I am using in that instance:
The only thing I did was add/remove the mentioned mod jar from the mods folder to reproduce the bug. I did nothing else.
Edit: In the initial list of mod files, ignore the ones with a jar extension, they are actually named jar.old but MultiMC lists them anyway buyt they are not loaded.
I'll keep the issue open and see if I can resolve the conflict. Thanks for tracking down the conflicting mod :)
That may come from both mods playing around with GL Blend. Concurrent access to the drawing. It may be tricky to solve but let's give it a shot.
They use the same rendering code as we do so I'm assuming it's someting to do with that but currently I can't reproduce