Chlorine

Chlorine

122k Downloads

Immersive Engineering wires don't render.

Edulml opened this issue ยท 2 comments

commented

Expected Behavior

The wires are visible.

Actual Behavior

The Immersive Engineering wires are invisible, I have tested this in all 3 renderer settings (2.0, 3.3, 4.3) and they stay invisible.

Reproduction Steps

Simply use the Immersive Engineering wires normally and you'll notice they are missing.

  • Java Version: Adopt OpenJDK jre-8.0.252.09
  • CPU: Intel i5 3330
  • GPU: Zotac GTX750ti
commented

Versions of every mod involved and screenshots, please :)

commented

If you need help from/changes on IE's side I'll be happy to help, either here or in Discord DMs (malte0811#3564).

Edit: The main problem is this line. The code is irrelevant in most cases now (it was used to make chunk culling issues look slightly less ugly), but for translucent connectors it stops the wire from rendering in both solid and translucent. Even with that changed there seem to be some issues, I'll look into it further from the IE side.

Edit2: Calling this in the relevant places in Chlorine should fix the wires not rendering at all, I still need to figure out why the colors didn't work when I tested it.

Edit3: I think I've fully fixed it now (from the Chlorine side), I'll make a PR with the changes later.