Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
0.1.12
Release
Sorted 0.1.12 (fabric)last month 403
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changed
- New mod icon. Sorted now carries a chest logo in the mod list and on Modrinth, replacing the old placeholder. Cosmetic only. All versions.
Fixed
- A container's cached contents can no longer be attributed to the wrong chest. Sorted remembers the container you are looking at so it knows which one a screen belongs to when it opens. That memory was only updated while you looked at a chest, barrel or shulker box and only cleared by an ender chest — look at anything else and it kept pointing at the last chest you saw. A screen opened after that, most likely a server's own chest-shaped menu, had its contents recorded against that chest, which then showed items it never held in search and on its label. The remembered container is now dropped as soon as you look away from one, and checked again — still a container, still in reach — at the moment a screen opens. 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:4NtWTLWt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtsGVHan:4NtWTLWt"
}



