mezz / JustEnoughItems

Item and Recipe viewing mod for Minecraft
https://www.curseforge.com/minecraft/mc-mods/jei
MIT License
778 stars 303 forks source link

1.20.1 [Bug]: Broken JEI GUI texture for chipped/woodcutter/others (1.20.1-forge-15.19.5.99) #3777

Open muggleorwizard opened 3 weeks ago

muggleorwizard commented 3 weeks ago

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

mezz commented 3 weeks ago

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.

muggleorwizard commented 2 weeks ago

Sent both mod authors the issue

muggleorwizard commented 2 weeks ago

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

mezz commented 2 weeks ago

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.

muggleorwizard commented 1 week ago

Still no word from the chipped author :(

mezz commented 1 week ago

I created a PR that will fix the issue here: