1.20.1 [Bug]: Broken JEI GUI texture for chipped/woodcutter/others (1.20.1-forge-15.19.5.99)
muggleorwizard opened this issue · 6 comments
Steps to Reproduce the Bug
Install JEI Version 1.20.1-forge-15.19.5.99 (latest version as of writing) and a mod such as chipped or corail woodcutter that uses JEI to show input/output.
Expected Behavior
Actual Behavior
Mod Pack URL (Optional)
No response
Mod Pack Version (Optional)
No response
Extra Notes (Optional)
This bug did not exist in jei-1.20.1-forge-15.19.0.89
latest.log
No response
Thanks for the report!
It looks like the other mod was depending on a texture that is used internally by JEI.
The texture has been removed from JEI, so their plugin is now broken.
Please report this bug to them so that they can fix their GUI texture, and please link back to this issue in case they'd like me to help them.
corail woodcutter has pushed an update, still have not heard from chipped author
Just a note, I added a bunch of helpers to the API for drawing vanilla textures: https://github.com/mezz/JustEnoughItems/blob/1.21.x/CommonApi/src/main/java/mezz/jei/api/helpers/IGuiHelper.java#L72-L126
These will be stable since they're in the API, so if you need to draw recipe arrow or something like that then this is a good way to get it.
I created a PR that will fix the issue here: