Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
0.1.16
Release
Sorted 0.1.16 (fabric)2 weeks ago 41
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Added
- Keep items in your inventory. Alt+Click an item in any inventory screen and Quick Stack, Quick Empty and the nearby transfers stop sending it to a chest; Alt+Scroll walks it up to a number of stacks. Hold Alt, or hover Quick Stack / Quick Empty, to see what is being held back. All versions.
- A keep list editor —
/sorted keep, or the Open button in the config. Every rule is a row showing what it is holding back right now, with its own buttons to change or remove it. All versions. - Share your keep list as a code. One
SORTED-KEEP-1-…token to paste anywhere, with check digits so a truncated copy is refused. Pasting one shows what it would change before you commit to it. All versions. /sorted configopens the settings screen, so Mod Menu is no longer needed to reach it. All versions.- An "Open Keep List" keybind, unbound by default — bind it in Controls if you open the list often. All versions.
Changed
- The container search is rows now, not a grid of icons. Each result says the item, the total and the nearest container holding it; open one to see every container with its own count, or switch to a card grid. The scope you pick is remembered, starting at Area. All versions.
- Search scopes are a radius, not a square, so "Area 64m" can no longer show you a chest 69m away. Distances are horizontal, matching what the scope measures, and scopes are very slightly smaller as a result. All versions.
- The item blacklist is a keep list. A bare item id still means "never send this";
minecraft:arrow 2keeps two stacks. Existing blacklists carry over as they are. All versions.
Fixed
- The mod's own screens no longer sit under the blurred background on 1.21.2 and later. They were drawing themselves before the vanilla backdrop rather than after it. 1.21–1.21.3 and 1.21.10–1.21.11.
- Restoring your inventory layout after death works, and is switched back on. Only picking an item up triggers a restore now, and each stack is put back once — after that the slot is yours and the mod leaves it alone. All versions.
Optional dependencies
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:mEDZwkZ9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtsGVHan:mEDZwkZ9"
}



