All versions
1.1.0-1.21.1
Release
Frosty's Sorting Depot 1.1.0 [1.21-1.21.1]last month 3
Compatibility
Minecraft: Java Edition
1.21โ1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.1.0 โ 2026-06-25
Added
- Filter Card: Mod mode. A fourth matching mode that catches any item sharing a namespace with the
items you added to the card โ e.g. drop one Create item in to route everything from
create:. - Filter Card: strict NBT matching. A per-card checkbox in Item mode that also compares item components, so you can route, say, a specific enchanted book without matching plain books. Cards now store full item stacks (not just ids) to keep the components around.
- Depot Controller: round-robin distribution. A toggle button in the Controller GUI that spreads items across equal-priority destinations in rotation instead of always filling the first. Priority ordering is still respected โ only ties are load-balanced. Persists per Controller.
- Live Depot Terminal. The dashboard now refreshes ~twice a second while the menu is open instead of being a one-shot snapshot. Open the Terminal once, watch fill levels move in real time.
- Linker beam overlay. While holding a Linker, the currently-selected node is outlined in cyan with a short vertical beam โ much easier to see what your next Controller click will register. Optional: toggle the Controller โ linked-node wires with the new Toggle Linker Wiring keybind (default B, rebindable, off by default so you don't get flash-banged with many nodes).
- Client config screen for the beam. Mods โ Config exposes the beam toggle, colour (hex RGB/ARGB), line width, outline width, and the wiring default.
Changed
- The Filter Card configuration screen now has four mode buttons (Item / Mod / Tag / Any), a strict checkbox in Item mode, and a Mod-namespaces line in Mod mode.
- The Depot Terminal's "filter" column now shows
Items (NBT)for strict cards and lists mod ids for Mod-mode cards.
Notes
- Per-version caveat: the
linkerBeam.lineWidthandlinkerBeam.outlineWidthconfig values only take effect on the 26.2 build. The 1.21.x builds use the classic immediate-mode line renderer, which has a fixed line width โ the colour, the on/off, the wiring toggle, and the keybind all work there.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:fl70u3Ld:bNtsXP1J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fl70u3Ld:bNtsXP1J"
}

