Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
muggleorwizard opened this issue Sep 21, 2024 · 6 comments · Fixed by terrarium-earth/Chipped#344

Comments

@muggleorwizard
Copy link

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

@muggleorwizard muggleorwizard changed the title [Bug]: Broken JEI GUI texture for chipped/woodcutter 1.20.1 [Bug]: Broken JEI GUI texture for chipped/woodcutter (1.20.1-forge-15.19.5.99) Sep 21, 2024
@muggleorwizard muggleorwizard changed the title 1.20.1 [Bug]: Broken JEI GUI texture for chipped/woodcutter (1.20.1-forge-15.19.5.99) 1.20.1 [Bug]: Broken JEI GUI texture for chipped/woodcutter/others (1.20.1-forge-15.19.5.99) Sep 21, 2024
@mezz
Copy link
Owner

mezz commented Sep 21, 2024

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
Copy link
Author

Sent both mod authors the issue

@muggleorwizard
Copy link
Author

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

@mezz
Copy link
Owner

mezz commented Sep 26, 2024

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
Copy link
Author

Still no word from the chipped author :(

@mezz
Copy link
Owner

mezz commented Oct 1, 2024

I created a PR that will fix the issue here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants