AE2-UEL / Applied-Energistics-2

AE2UEL, a Fork of a Minecraft Mod about Matter, Energy and using them to conquer the world.
https://legacy.curseforge.com/minecraft/mc-mods/ae2-extended-life
Other
76 stars 74 forks source link

Sort Items by Recent Usage History #450

Open unaimh opened 5 months ago

unaimh commented 5 months ago

Describe the feature The ability to sort items by their recent usage history. This means items would be ordered based on the most recent interactions, including extracting an item from the terminal or requesting it to be crafted. Optionally, inserting items into the terminal could also count towards the recent usage history, though this might be less useful.

I have thought of three possible implementations for this feature:

  1. Global Sorting by Recent Usage History: All items in the terminal could be sorted based on their recent usage, showing the most recently used items at the top. Right now we can sort by name, amount, or mod.
  2. Reserved First Row for Recent Usage History: The first row of items in the terminal could be reserved for the most recently used items, similar to the crafting display in modern versions of AE2.
  3. New Terminal for Recent Usage-Based Sorting: Introduce a new type of terminal that specifically sorts items based on their recent usage history.