Redstone Control

Redstone Control

51k Downloads

Updating from 0.0.4 to 0.0.5 causes most textures to break

wormzjl opened this issue ยท 2 comments

commented

That's my world after update
2019-06-10_23 50 53

commented

Also having this issue, was very surprised when I logged on :)

commented

This TextureStitchEvent issue is apparently way more severe than I thought.

It is basically caused by other mods registering their textures into a texture atlas used by my mod and they are not supposed to do this. This has no relevant consequences for my mod (it would still work fine) but apparently some of these other mods break all models as a result if it.

There are 2 ways to fix this:

  1. The other mod(s) adds a single line of code to their event handler
  2. I have to hack the hell out of the TextureMap vanilla/forge code to get it fixed.

Unfortunately I know for sure they won't fix it and just say "but other mods do the same, so I'm right and you are wrong".
Looks like I have to fix it.