Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 2 days ago
All versions
0.1.19
Release
Sorted 0.1.19 (neoforge)2 days ago 10
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
Added
- Minecraft 26.3 is supported. One download still covers 26.1 through 26.3. 26.x only.
Changed
- The keybinds have proper names in Options → Controls. All three now start with "Sorted:" and sit together. All versions.
Removed
- The debug-dump key is gone. It was a leftover from development and only cost you a bound key. All versions.
Fixed
- The buttons stop disappearing from chests. A handful of renamed items was enough to make a chest look like a server shop and lose its buttons; Sorted weighs a lot more before deciding now. All versions.
- The buttons move with the inventory when the recipe book opens. They used to stay put while the inventory slid to the side. All versions.
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:VIwgIGdJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtsGVHan:VIwgIGdJ"
}




