Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
0.1.10
Release
Sorted 0.1.10 (fabric)last month 62
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Added
- A public lookup API, so other mods can ask Sorted where your things are.
com.sorted.api.SortedLookupanswers "how much of this do I have, and which containers is it in" against the container index — including a count per container, which the search screen used to work out and then throw away. It comes in a plain-typed flavour (countAll,locate) as well as a rich one (search,findAll), so another mod can bind it by reflection and treat Sorted as genuinely optional. First user: Buildprint, whose material list now shows a Stored column and lights up the chests holding a material when you click it. All versions.
Changed
- The search screen now runs on that same API. Scope filtering, double-chest de-duplication and result aggregation moved out of the screen into
SortedLookup, so what another mod sees and what the search screen shows can't drift apart. No visible change, except that a renamed container now shows its own name in a result's location list rather than "Chest".
Fixed
- A very old cache file no longer reads as empty. A cache last written before the file carried a version number was neither upgraded nor reset by 0.1.9 — it was stamped as current while keeping its old fields, after which it failed to load every time and the cache looked like it had cleared itself. Those files are now upgraded in place and keep their containers. If you have one, its contents were never actually deleted and come back on the next launch. All versions.
- A cache that fails to load is no longer overwritten. Saving replaces the whole file, so a single failed read used to be written back as an empty cache a second later, turning a temporary problem into permanent loss. The mod now leaves the file alone until it has read it successfully. All versions.
Optional dependencies
Any compatible version
Any compatible version
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:vtsGVHan:U5ImrcbA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtsGVHan:U5ImrcbA"
}

