Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
0.1.8
Release
Sorted 0.1.8 (fabric)2 months ago 271
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixed
- NeoForge (via Sinytra Connector): sorting no longer throws items on the floor. Releasing the mouse over the sort button while a sort had a block on the cursor was treated as a "drop" on NeoForge, tossing the block out. Sorting now blocks that drop while it runs. (This never affected Fabric, which does not drop on release.)
- A stack is no longer left stuck on the cursor when a sort is interrupted. If a sort was cut short mid-swap, the item it was holding could be stranded on the cursor — dropped by your next click, and blocking further sorts until you noticed. It is now returned to a slot. Applies on every loader.
Changed
- Singleplayer sorting is now instant. With no server to answer to, the whole sort applies in a single tick instead of being paced out. The rate limit still applies on real servers, where it prevents anti-cheat false positives.
Added
- NeoForge support on 1.21 / 1.21.1 through Sinytra Connector, which is required alongside Forgified Fabric API. The mod is still a Fabric mod; Connector runs it on NeoForge.
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:DAjpuGZE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtsGVHan:DAjpuGZE"
}



