Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion]: Bookmarked item list (left side of inventory) should employ similar UI overlap avoidance as the main JEI pane on the right #3839

Open
Coen-Townson opened this issue Nov 5, 2024 · 1 comment

Comments

@Coen-Townson
Copy link

Suggestion

In the main item list on the right of the screens the items act as if there is some "Safe Area" and will shift where they can display as to not overlap with other ui elements on the screen such as side popouts on ui elements as seen in this screenshot of an ME Pattern Provider
image

It'd be nice if there was a similar UI avoidance implementation for the bookmarked item list on the left on the screen as well, especially since an update to Curios has changed the old single column scroll curio slots into a 4x7 grid (dependent on modpack) - see here the overlap is quite disruptive.
image

Obviously there is a workaround through temporarily turning off bookmarks when wanting to access curios but this can be a little frustrating

Screenshots from ATM 10 v1.15 modpack, Minecraft 1.21.1, Neoforge 21.1.73

@no-name-provided
Copy link

no-name-provided commented Dec 30, 2024

FYI: In my experience, this is implemented on a mod-by-mod basis. I'd guess some mods use interference detection and some don't. I don't know if that's on them or JEI.

For example, AE2, EnderIO and Modern Industrialization bump the bookmarks further left and/or shrink the page size. LaserIO and curios don't. Oritech doesn't even play nice with JEI search (on the right).

As an alternative workaround: in earlier versions of JEI, I was able to mitigate this problem by editing the config files, either shifting everything left or reducing the number of columns so the bookmarks took up less space. In your example, it looks like setting maxCols to 3 in your jei-client.ini would eliminate the overlap.

EDIT: To be a bit more helpful for anyone looking for a workaround, I'm currently playing FTB Evolution, and (on my monitor with my graphics settings) I've found the following config changes fix the worst offender (LaserIO) while still giving me a good number of recipes per page:

maxRows = 12
maxColumns = 7
verticalAlignment = CENTER

image

You can make things a lot better with a little tweaking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants