All versions
1.4.0-1.21.8
Release
Frosty's Sorting Depot 1.4.0 [1.21.6-1.21.8]last month 2
Compatibility
Minecraft: Java Edition
1.21.6โ1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
1.4.0 โ 2026-07-01
Added
- Linker Node comparator output. A Linker Node now emits a vanilla-style redstone signal scaled to how full its target inventory is (0 empty โ 15 full). React to "this specific destination is filling up" without watching the whole network through the Controller.
- Linker Node custom name. A name field at the top of the node GUI lets you label a node; the Depot Terminal shows the name in place of the raw block name โ big networks become readable ("North storage" instead of "barrel ยท barrel ยท barrel").
- Per-Linker enable/disable toggle. A soft off-switch in the node GUI: routing skips a disabled node but keeps its card and priority. Disabled rows are marked with โ in the Terminal.
- Insert-side override. A node feeds its target's facing side by default (hopper-like); a new cycle button picks a specific face instead โ e.g. the top of a furnace for smeltables vs the side for fuel.
- Depot Terminal column sort. A clickable header row (Name | Filter | Fill) like a file browser: click a column to sort by it, click the active one again to flip ascending/descending (โฒ/โผ).
- EMI integration (1.21.1 only). Drag an item from EMI onto a Filter Card's ghost slots, mirroring the JEI integration. EMI publishes no build past the 1.21.1 line, so this ships on that branch only; the 26.2 / 1.21.5 / 1.21.8 builds keep the JEI integration alone.
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:LcXZa3TW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fl70u3Ld:LcXZa3TW"
}

