BeansGalaxy / Beans-Backpacks-2

1.20 inventory management mod. Designed to solve inventory clutter and transferring items while belonging in vanilla Minecraft's aesthetic.
MIT License
21 stars 1 forks source link

Configure UI & Menu Styles #127

Open murao-kun opened 2 months ago

murao-kun commented 2 months ago

1) I really like old display UI that was similar with vanilla bundle item. I really wish to return old design by config option. 2) I wish to have option to disable backpack render then you open it from ground or other player back. Would be useful to have option to disable that too and replace with something like chest, that dynamically adds slots to the UI. (When it is empty, no slots should appear)

BeansGalaxy commented 2 months ago

I've been messing around the UI in the inventory when you hover over it and I think I'm going to update it one more time + add a setting in config to choose your style.

As for the placed menu, I think I might run into issues with the slots syncing on the server and client if I let you change the menu style in config but I'll definitely test it out since this is something requested a lot. I think the recent changes with the menu are definitely a step in the right direction though so I'll keep iterating.

murao-kun commented 2 months ago

By trying bundles just now, I remembered that they are having cool tooltip, helping to figure out when it almost full. Whould be really helpful to have that on backpacks. image

BeansGalaxy commented 2 months ago

Your texture pack makes the tooltip look really good, hated the vanilla one so I threw out that code. I now have 3 backpack tooltips you can choose from using config but I couldn't completely revert to using the old bundle style so I made a much more vanilla style that solves the problems I was having with the original. This is what the vanilla style looks like vvv

2024-04-20_15 21 56 2024-04-20_15 39 04

This wouldn't work with the mod you use to remove the purple border around the tooltip though but if you tell me the mod I'll add compatibility for it before I release the update.

BeansGalaxy commented 2 months ago

Btw with telling how full it is, the 7/64 text at the bottom doesn't feel right considering that armor adds 64 and the backpack can hold many more items. I do have the durability bar under the backpack when its equipped and when it's full it removes the first empty slot then turns that bar red. Maybe I could turn the bar yellow if you have less than a stack left of space but I like where there's as little reading as possible in GUIs

murao-kun commented 2 months ago

It might be a disabled by default config option, if it is not really hard to implement. Whould be really good one for people that wish to have consistency with vanilla. I also like the bar how it is now. Colors different with blue people reading as durability, that might confuse them.

murao-kun commented 2 months ago

As for tooltips, I am using mod called ModernUI. I might drop you my config options to test them. ModernUI.zip The ModernUI folder should be placed in .minecraft/config

murao-kun commented 2 months ago

That style looks amazing, except ability to view tooltip of current item. Thanks a lot for your efforts! image

BeansGalaxy commented 2 months ago

Version 20.1-0.25-v2 on Modrinth lets you use config to change the menu type. Change "COMPACT" to "VANILLA". I haven't gotten it working with ModernUI just yet but what don't you like about tooltip of the current item?