ImmediatelyFast

ImmediatelyFast

55M Downloads

[1.21.1] Sodium+ImmediatelyFast+Industrial Foregoing render glitch

Shura1oplot opened this issue ยท 3 comments

commented

Glitched render of chests and beds with Sodium (0.6.9), ImmediatelyFast (1.6.2) and Industrial Foregoing (3.6.24) installed.

Image
commented

Could not reproduce the issue. Please ensure to only test with the three mods you mentioned and upload a test world or concrete steps to reproduce the issue

commented

Here's the list of mods installed:
Image
All the mods are necessary to be activated to reproduce the bug.

Here's the demo video of the bug: link

Here's the world: link

commented

While this is technically an ImmediatelyFast issue, I decided to fix it in Industrial Foregoing. The code in Industrial Foregoing isn't correct and ImmediatelyFast causes the issue to be visible. Without ImmediatelyFast the issue happens as well, but at a different place in rendering, after the chests are rendered (It doesn't really affect anything in vanilla because the Industrial Foregoing code is called pretty much last). ImmediatelyFast slightly reorders the render calls which causes the issue to be visible.

I opened a PR here: InnovativeOnlineIndustries/Industrial-Foregoing#1565