Sophisticated Sorter

Extends the built-in container sorting functionality of the Sophisticated series to work on the player inventory and all usable containers.
Back to Files

SophisticatedSorter-forge-1.20.1 1.1.0

File nameSophisticatedSorter-forge-1.20.1-1.1.0.jar
Uploader
MerrySnowMerrySnow
Uploaded
Sep 4, 2026
Downloads
30
Size
157.4 KB
Mod Loaders
Forge
File ID
8806662
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sophisticated-sorter-1375092:8806662")

Learn more about Curse Maven

What's new

Changelog

[1.1.0] - Container Settings

This release brings the new Container Settings system to all supported loaders and versions. It was originally developed for NeoForge 1.21.1 and is now available on Forge 1.20.1, Fabric 1.20.1, Fabric 1.21.1, NeoForge 1.21.1 and NeoForge 26.1, with the loader-neutral logic shared from the common codebase.

New: container settings

  • Per-container settings screen for every usable container (chests, barrels, ...) and the player inventory, opened from a new settings button in the top-right button group (the group shifts left to fit it). On vanilla container screens the entry is also reachable directly.
  • Settings are persisted server-side per container (world SavedData, keyed by dimension and position), so every container keeps its own memory / no-sort / item-display preferences independently of the client and of other containers.
  • Memory slots: pick a remembered item for any slot; empty memorized slots show the remembered item as a translucent ghost in the regular container view, and the server refuses placements into the slot that do not match the memorized item.
  • Ignore sorting (no-sort): mark slots that sorting must never touch; those slots keep whatever they hold.
  • Slot highlights: the regular container view draws the same color stripes and memory ghosts the settings screen uses, so you can see at a glance which slots are special.
  • Sorting now respects these settings: no-sort slots stay in place, and memorized slots are emptied and refilled with their remembered items during sorting (the classic pre-26.1 rule; see the new client config memorySlotSorting on 26.1).

Ports and quality

  • The whole settings feature is ported to Forge 1.20.1, Fabric 1.20.1/1.21.1 and NeoForge 26.1, adapted to each loader's networking, events, item handlers and Sophisticated Core API.
  • Forge 1.20.1: fixed the per-slot highlight stripes not rendering on vanilla container screens (wrong fillGradient argument order); entering or leaving the settings screen no longer resets the mouse cursor to the screen center (menu swaps are closed server-side only, mirroring NeoForge's SophisticatedMenuProvider behavior).
  • NeoForge 26.1: the settings screen now shows the container's actual items (item snapshots travel with the menu-open data instead of relying on per-slot sync that 26.1 no longer performs for view-only slots); sorting no longer silently does nothing after marking ignore-sort slots; new client config memorySlotSorting (default true) restores the classic memorized-slot refill behavior, set it to false to use the 26.1 sorter's plain handling.
  • Shared key/store/resolver logic moved into the common source set used by all 1.20.1/1.21.1 targets; language entries synchronized across all targets.

Notes

  • Container contents shown in the settings screen are a snapshot taken when the screen opens.
  • memorySlotSorting lives in the client config (sophisticatedsorter-client.toml) and only affects the NeoForge 26.1 target, where Sophisticated Core removed memory-slot handling from its own sorter.

This mod has no additional files