JEI recipe textures are glitched
PinkLasagna03 opened this issue ยท 2 comments
Forge 1.20.1, v47.3.6
Jumbo Furnace v4.0.0.5
JEI v15.20.0.105
Hey! I know you're no longer maintaining 1.20.1, but I hope you will consider this small update with the following in your mind. I've opened in october an issue about the JEI recipe textures that are glitched, and since you couldn't fixed it, I had to remove it from my modpack which is quite a bummer.
However, I've found the issue; Jumbo Furnace is trying to find and load the "gui_vanilla.png" textures from JEI, yet in one of their updates this file got deleted, thus Jumbo Furnace fails to load this texture correctly (also found in the logs). This could easily be fixed by adding the removed textures to the mod. The image that JEI used, however, aren't custom GUI images, but just a bunch of vanilla GUI textures, which doesn't really make it "JEI official". You could potentially fix this by directing within the code to the mod's own assets files, where the .png of the texture is located. I think it will be an easy fix, and makes the 1.20.1 usable again with updated JEI.
I've added a small resourcepack containing the texture from the old JEI, adding this to Minecraft will fix the issue too, but it would be nice if the fix could be implemented in the mod's files. So I hope you will consider it.
