Tags
Creators
Details
fabric-1.19.3-1.9.5
Compatibility
Required content
Changes
What's new
1.9.5
-
Added support for sorting based on the accumulated count of item type. It can be selected in
Mod Settings -> Sort Orderthere are two variantsItem Count AscendingandItem Count Descending.It also can be used in custom rules like this
::accumulated_count(number_order = ascending), by default the rule is in descending order. -
Added full support for Carpet's stacable empty shulker boxes. Works only in 1.18-1.19. Doesn't support the forge port of Carpet. You need to have carpet installed on the client. 1.16 is not supported due to limitations in Carpet for that version of minecraft.
-
Other oversized stacks are now always left in their original positions when sorting.
WARNING
Due to multiple Quilt specific crashes and one item duplication Quilt support is now defined as fallows:
This mod will work on Quilt using the offered Fabric compatibility.
Any problems that are not reproducible on Fabric will be addressed with very low priority.
Supported Minecraft versions
- 1.16.x
- 1.18.2
- 1.19[.1-2]
- 1.19.3
- 1.19.4
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:O7RBXm3n:VUyDtO1B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O7RBXm3n:VUyDtO1B"
}




