mezz / JustEnoughItems

Item and Recipe viewing mod for Minecraft
https://www.curseforge.com/minecraft/mc-mods/jei
MIT License
789 stars 304 forks source link

add control to force potentially existing bookmark to top of list #3808

Open Goldenlion5648 opened 1 month ago

Goldenlion5648 commented 1 month ago

I am the type of player that bookmarks items, but doesn't remove them once done with that item (or the item is used through out the pack). This becomes annoying when I want to put an item near the top of the list (the setting I use), but it is already in the bookmark list.

This PR adds the "shift + a" keybind, which removes an existing bookmark, and adds it back. If the item was not already bookmarked, it is added as if the normal "a" keybind was pressed

vfyjxf commented 1 month ago

Why can't you try dragging the bookmark you want to move to the top, jei supports that.

Goldenlion5648 commented 1 month ago

Why can't you try dragging the bookmark you want to move to the top, jei supports that.

That still requires finding the item in the bookmarks list, which can be annoying if there are multiple pages of bookmarks

Goldenlion5648 commented 1 month ago

Oh wait this currently doesn't work when "shift a" is pressed on an item in the bookmarks (as in hovering an item on the left side of the inventory), it just removes it. New PR incoming