Just Enough Items (JEI)

Just Enough Items (JEI)

369M Downloads

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

commented

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

2Screenshot 2024-09-20 201303

Actual Behavior

Screenshot 2024-09-20 200904

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

commented

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.

commented

Sent both mod authors the issue

commented

corail woodcutter has pushed an update, still have not heard from chipped author

commented

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.

commented

Still no word from the chipped author :(

commented

I created a PR that will fix the issue here: