sisby-folk / inventory-tabs

A minecraft mod that allows swapping to other in-world screens (blocks, entities, etc) via tabs. A fourth-generation rewrite of CakeWhip's InventoryTabs.
https://modrinth.com/mod/inventory-tabs
GNU Lesser General Public License v3.0
6 stars 3 forks source link

Inactive tab background is missing in modpack #30

Closed Trimint123 closed 7 months ago

Trimint123 commented 7 months ago

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

sisby-folk commented 7 months ago

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 commented 7 months ago

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 commented 7 months ago

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

Trimint123 commented 7 months ago

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

sisby-folk commented 7 months ago

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 commented 7 months ago

Alright, I'll look forward to it.

Trimint123 commented 7 months ago

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

sisby-folk commented 7 months ago

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 commented 7 months ago

fixed up as 1.1.8 now