All versions
1.2.0-1.21.5
Release
Frosty's Sorting Depot 1.2.0 [1.21.4-1.21.5]last month 2
Compatibility
Minecraft: Java Edition
1.21.4โ1.21.5
Platform
NeoForge
Supported environments
Client and server
Changes
1.2.0 โ 2026-06-28
Added
- Server-side tunables. A new common config (
frostyssortingdepot-common.toml) exposestransferCooldown(ticks between cycles),batchSize(items moved per cycle),maxNetworkSize(cap on Linker Nodes per Controller), andvalidDestinationTag(optional block tag โ when set, the Controller refuses to route into anything outside it, useful to keep items out of hoppers / pipes in modpacks). - Tutorial advancement chain. The mod's advancements are now a step-by-step path that walks new players through crafting a Filter Card โ Linker โ Linker Node โ Depot Controller โ wiring a network โ adding an Overflow Chest and a Depot Terminal.
- JEI ghost-slot drag. With JEI installed you can drag any item from the recipe viewer directly onto a Filter Card's ghost slots โ no need to fetch a real stack first.
- French translation (
fr_fr.json). - Long-form documentation. New
README.mdanddocs/DOCS.mdcover quick-start, every block / item, both config files, and a troubleshooting / FAQ section.
Fixed
- Double Overflow Chests now route into both halves. Previously only the half holding the block entity was exposed to the routing capability; joining a second chest doubled the visible space in the GUI but not the addressable space. Both halves are now wired up everywhere (routing fallback, capability, Terminal dashboard).
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:UQLhFrxT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fl70u3Ld:UQLhFrxT"
}

