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

Slight incompatibility with backpack mods #14

Closed Sephoix closed 10 months ago

Sephoix commented 10 months ago

Running 1.20.1 with Fabric. Both Inmis backpack and traveler's backpack have their gui's overlap with the player inventory tab as shown with the screenshots. image_2023-12-13_200514796 image_2023-12-13_200530716

Here are links to the mods in question. https://modrinth.com/mod/inmis https://modrinth.com/mod/travelersbackpack

sisby-folk commented 10 months ago

Good catch! You can disable tabs for complex screens that don't have explicit tab placement compatibility like so:

image

sisby-folk commented 10 months ago

okay so imnis:backpack was a complete guess but I checked and that's the correct value i'm pretty sure lol

anyway, config format updated in 1.1.1 to be a lot more clear:

image

Sephoix commented 10 months ago

Got it to partially work! image image

The values for inmis did work out and I was able to find and add traveler's backpack with the short guide you made. The only issue remaining with inmis seems that their button is hard coded into the players inventory and so there still is a bit of overlap. I didn't even see anything that suggests that button could be toggled in the configs and through their github so for me personally it feels like a take it or leave it situation.

image

Here is what my config looks like for Inventory tabs for anyone else who has the same issues, and thank you for your assistance greatly!

image

sisby-folk commented 10 months ago

Glad it worked out! we'll probably add some way to mess with the player inventory tab placement in the config at some point, which you can track track under #2