Traveler's Backpack [Fabric]

Traveler's Backpack [Fabric]

15M Downloads

Top buttons unreachable (diamond tier+)

BambinoPro64 opened this issue · 18 comments

commented
  1. ALWAYS PROVIDE INFORMATION ABOUT MODLOADER (Fabric / Forge) AND MOD VERSION (For Example 1.19.2-8.2.10)
    Traveler's Backpack 10.4.1
    Minecraft 1.21.4 (Fabric)
    Accessories v1.2.11-beta+1.21.4

  2. Describe the bug
    When upgrading backpack to diamond tier and above, I am unable to see the top buttons, (e.g. The button to open the side tool slot)

  3. Write steps to reproduce the bug
    Upgrade any traveler's backpack to diamond tier and above.

  4. What is expected behavior
    Expected behavior is to see the top buttons, as iron tier and below have that visibility

  5. Screenshots (If applicable)

commented

Use smaller GUI scale - can be set in options

commented

Then Id have to implement other solution. Marking this issue as enhancement and I will try to do something to fold inventory when its too big for screen

commented

I have this issue too, and using a smaller GUI scale is not an option because of my eyes.

commented

Then Id have to implement other solution. Marking this issue as enhancement and I will try to do something to fold inventory when its too big for screen

I don't know if this is possible, but perhaps consider expanding the diamond tier horizontally instead of vertically? Or perhaps do them all this way?

commented

I'm having the same problem since update 10.1.4 onwards

I'm using the Minecraft 1.21.1 (fabric)

commented

same issue

commented

https://github.com/user-attachments/assets/e6ba5153-ecfe-4c80-82c4-c89df86392b2
I Hope it'll be satisfying solution
It'll be available in the next update

commented
Untitled.video.-.Made.with.Clipchamp.mp4

Wow, this looks pretty good! But would the scrollbar style align better with the original? It does not need to be exactly the same as the original style, the width is very good now, and the original style does take up some space.

commented

What you mean by original style?

commented

I have encountered the same issue, and I think it might be worth considering rearranging the GUI layout, for example, by making the item mine scrollable.

commented

https://github.com/user-attachments/assets/e6ba5153-ecfe-4c80-82c4-c89df86392b2 I Hope it'll be satisfying solution It'll be available in the next update

Thanks for investigating this. One thing to note is that it may be impossible, or at least very difficult, for people with controllers to grab the side bar. I know this because its very hard to do so with the trading menus.

commented

https://github.com/user-attachments/assets/e6ba5153-ecfe-4c80-82c4-c89df86392b2 I Hope it'll be satisfying solution It'll be available in the next update

Thanks for investigating this. One thing to note is that it may be impossible, or at least very difficult, for people with controllers to grab the side bar. I know this because its very hard to do so with the trading menus.

Does controllers have buttons to act like mouse scroll? If so then scrolling automatically works for side bar without need to grabbing it. If not (but I guess controllers have such function) then yes in fact it might be a little difficult

commented

What you mean by original style?

When I say "original style," I am referring to the scrollbar style on the right side of the inventory in Minecraft's original creative mode. I apologize for any confusion caused by the machine translation not being clear.

commented

Oh, As for now the scroll bar is going to stay as it is and Im not going to make it more like creative tab one

commented

Oh, As for now the scroll bar is going to stay as it is and Im not going to make it more like creative tab one

May I ask what considerations led you to maintain the current style? If it's because drawing textures is too troublesome, perhaps I can offer you some assistance.

commented

Oh, As for now the scroll bar is going to stay as it is and Im not going to make it more like creative tab one

May I ask what considerations led you to maintain the current style? If it's because drawing textures is too troublesome, perhaps I can offer you some assistance.

Its just the default style that is being applied when implementing the scroll bar in the code

commented

Update with fix available for all supported versions for all mod loaders, enjoy!
https://www.curseforge.com/minecraft/mc-mods/travelers-backpack/files/all?page=1&pageSize=20

commented

o act like mouse scroll?

I tried binding mousewheel in DS4Windows and it kinda works sometimes, but is not reliable. I think this is something that needs to be addressed by the folks at Midnight Controls (controller mod). Thanks again.