Immersive Engineering

Immersive Engineering

134M Downloads

[1.15.2] Charging Station has no texture

ocram9 opened this issue ยท 6 comments

commented

Description of the issue:

The charging station does not have a texture.

Screenshot_4

Versions:

  • Minecraft 1.15.2
  • Forge 31.2.9
  • Immersive Engineering 0.15-99
commented

Can you post a full modlist (and ideally a debug crashlog, triggered by holding F3+C for 10 (?) seconds)? I'm pretty sure it has a texture/model for me.

commented

I didn't think mod compatiblility could be an issue with texture so that's why I didn't include it in the original report, sorry about that. Anyway, here is the log:

commented

Please try to replicate this issue without optifine.

commented

I've done some debugging on this, it's caused by OF but should be easily fixable on our side. They change the implementation of RenderType$Type#toString, we currently expect that to be just the render type name. Adding an AT for the actual name field and using that instead of toString should fix it, I'll do that tomorrow.

commented

...
urgh.
Do I even want to know how Optifine broke that?

commented

Fixed in 750aabd

Do I even want to know how Optifine broke that?

I think it's just debug code (they're adding the texture to the end of toString or something), and they didn't expect anyone to expect toString to be just the name.