[1.15.2] Charging Station has no texture
ocram9 opened this issue ยท 6 comments
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.
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:
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.
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.