-
Notifications
You must be signed in to change notification settings - Fork 4
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
Inactive tab background is missing in modpack #30
Comments
Inventory tabs uses the vanilla tab textures on the latest version - so the creative screen should be equally broken if it hasn't been mixed into. |
I checked the tabs in Creative. No issue there. |
can you provide your |
Here ya go. |
your log is full of gl errors. a mod is probably breaking rendering. if you're committed to finding the cause of the bug, you can spend time bisecting it by disabling half of the mods in your modpack, then launching the game - if its still broken, halve it again, if it's not, enable half the disabled mods, etc until you know which mod breaks it. |
Alright, I'll look forward to it. |
Found the issue. InvMove was the cause of it. |
they turn off background rendering https://github.com/PieKing1215/InvMove/blob/master/crossversion/common/src/main/java/me/pieking1215/invmove/mixin/client/BackgroundMixin.java we could probably fudge it a bit and render the disabled tabs in the foreground. |
fixed up as 1.1.8 now |
Self explanatory. And I had no idea what mod that may had caused it.
The text was updated successfully, but these errors were encountered: