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

Inactive tab background is missing in modpack #30

Closed
Trimint123 opened this issue Jan 31, 2024 · 9 comments
Closed

Inactive tab background is missing in modpack #30

Trimint123 opened this issue Jan 31, 2024 · 9 comments
Labels
incompatibility another mod is rudely breaking inventory tabs

Comments

@Trimint123
Copy link

Self explanatory. And I had no idea what mod that may had caused it.
image

@sisby-folk
Copy link
Owner

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.

@Trimint123
Copy link
Author

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.

@sisby-folk
Copy link
Owner

can you provide your logs/latest.log file by uploading it to https://mclo.gs/ and posting the link?

@Trimint123
Copy link
Author

Here ya go.
https://mclo.gs/pna3yT2

@sisby-folk
Copy link
Owner

your log is full of gl errors. a mod is probably breaking rendering.

image

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.

@Trimint123
Copy link
Author

Alright, I'll look forward to it.

@sisby-folk sisby-folk added the incompatibility another mod is rudely breaking inventory tabs label Feb 1, 2024
@sisby-folk sisby-folk changed the title Missing Inactive Tabs Button Inactive tab background is missing in modpack Feb 1, 2024
@Trimint123
Copy link
Author

Found the issue. InvMove was the cause of it.
https://github.com/PieKing1215/InvMove

@sisby-folk
Copy link
Owner

sisby-folk commented Feb 1, 2024

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.

@sisby-folk
Copy link
Owner

fixed up as 1.1.8 now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incompatibility another mod is rudely breaking inventory tabs
Projects
None yet
Development

No branches or pull requests

2 participants