[Quark] Adjust GUI textures to fit the Quark search bar
TimGoll opened this issue ยท 15 comments
No, the upper part of the GUI is too thin. xd
I'm using the GUI textures from IronChests currently, but if @Boundarybreaker touches them up to compensate for that extra space, your problem will be solved.
okay. If @Boundarybreaker has no time to do it, I can do it too. I can add a pullrequest later today. Or tomorrow
Yes and no. IronChests never had the inv name space by default. The text is handled in code, but the available space is obviously from the texture.
Soo, you will add this feature in one of the next versions? :D
(pls with anvil re-name support^^)
@TheSnowyChickens Perhaps; I'd say anvil renaming should be a separate issue.
@TimGoll Have you been able to get on fixing the textures?
I was ill but I think I have some time today!
Should I leave some space for "Inventory"?
Okay, I tried a few things and it shouldn't be a problem. Except for the diamond chest.
Just as a reminder, the GUI looks like this.
Does anyone have an idea how to add a search bar to this without removing storage slots?
Currently there are 9*12=108 slots. I could change it to 8*13=104 or (if you want to squeeze it) 8*14= 112. Either way, the amount of slots chages. For compatiblity reasons, the latter one is better.
The latter option seems to be better, since dealing w/ even numbers is always easier.
okay. It looks a bit crowded though. But it should be okay. Or you add a scrolling bar. Shouldn't be too hard