DH rendering on top
I got a wierd rendering bug in a large custom modpack where DH would render above the regular chunks. I partially solved it so that it only shows up when zooming in by setting the overdraw prevention to 0.00054 with normal render distance set to 12. This is good enough for me to keep playing with it cus i don't feel like rooting out the culprit mod. I'm posting it here in case someone else encounters the same thing and want a quick fix or someone knows a better way to get rid of it.
10 Replies
what other mods are you using? does it also happen if youre not using a shader?
Yeah, overdraw prevention setting should not change anything if you're using a shader
Unless you changed it inside shader settings of course
yes it also shows up without shader, im using complementary unbound and it does no difference on or off
Here are the logs including the mods
I saw that supplementaries was incompatible and tested with that turned off but no difference. Also tried turning off all the different chunk managing mods by someaddon no luck there either.
yeah i did it in DH not in shaders and it has worked fine and I have not noticed it at all while playing
What about with just dh installed?
I should go away with just DH since it was working fine on the same modpack before I added another heap of mods. Pretty sure it's an incompatibility between DH and some other mod
You could try a /binary search to find the culprit
Try a binary search and figure out which mod is causing it.
So disable half of the mods, see if issue is still there, if yes disable half again etc etc until you find the mod that's causing the issue.
Yeah thats what I usually do but I have already done it like 5 times for this modpack and the pack has 350+ mods so I don't feel like doing it another time for something that isn't gamebreaking. I might do this later on but not right now since I have been working on this pack for a good while now and just got it working