
Expanded PC Sorting
I'm looking for a mod that will expand on the functionality of the sorting options in the pc menu I want it so when the player holds control and clicks on...
60—Freecobblemon-fabricBoth1.21.1mod
Expanded PC Sorting adds a shortcut for Cobblemon’s PC: hold Control and left‑click any PC sort button while the box options are open and every box in the PC is sorted with that mode. The current box follows the normal button behavior and the mod fires the same sorting request for all other boxes, so Shift still flips to descending order just like the base UI.
Details:
- Mod ID:
expandedpcsorting; built for Minecraft 1.21.1 with Cobblemon 1.7.1. - Client-side mixin listens for Control+clicks on the PC sort buttons (inside the options panel). No new UI is added; it reuses the existing sort icons and packets.
- Sorting runs once per box using Cobblemon’s native SortPCBoxPacket, keeping the selected box in sync through the vanilla click handler.
- Best used with the mod on both client and server for matching mod lists; the feature itself only changes client input and sends standard Cobblemon sort requests.
Notes and suggestions:
- The shortcut only works when the PC sort buttons are visible (open the options gear first).
- If you want a different modifier than Control, the check lives in the PC sort mixin and can be adjusted.