1.0.0
Compatibility
Required content
Changes
Initial Release:
Two Stardew Valley-style buttons on every chest, barrel, and shulker box:
-
Add to Existing Stacks - for every item type the chest already holds, moves all your matching items in: tops up existing stacks first, then starts new stacks in empty slots. Item types the chest doesn't already contain are left alone.
-
Organize - consolidates partial stacks and sorts the chest by item.
Works in singleplayer and multiplayer. All item movement is validated server-side (cheat-safe), so the mod is required on both the client and the server.
If you'd rather frame it as a plain release note, the short version works too:
Initial release - adds "Add to Existing Stacks" (smart deposit with overflow into new slots) and "Organize" (consolidate + sort) buttons to chest screens. Requires Fabric API; needed on both client and server.
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:A1auO6Iw:rxRnqjBJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:A1auO6Iw:rxRnqjBJ"
}

