1.1
Compatibility
Required content
Changes
🎉 Quick Stash Update: The Performance & Feedback Update!
This update focuses on massive under-the-hood optimizations and making the mod much more responsive and informative for the player.
✨ What's New:
- Anti-Spam Cooldown: Added a 1-second server-side cooldown to prevent players (or macros) from spamming sorting requests and causing micro-lags.
- Smart Client-Side Logic: Pressing the stash key with an empty inventory will no longer send useless network packets to the server.
- Action Bar Notifications: All feedback messages now elegantly appear above your hotbar (Action Bar) with color coding, rather than cluttering your main chat window.
- Contextual Warnings: The mod will now actively warn you (in yellow text) if you have "Nothing to sort" or if there are "There are no chests nearby".
🚀 Under-the-Hood Optimizations:
- Algorithm Overhaul: The container scanning logic has been heavily optimized. Instead of scanning the entire 8x8x8 block radius up to 27 times per button press, the server now scans the area exactly once, drastically reducing CPU load and ensuring smooth TPS on multiplayer servers.
🐛 Bug Fixes:
- Fixed a minor bug where the success sound (Experience Orb pickup) would sometimes play twice in a single stash action.
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:3P2TS5mk:S56JuAWS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3P2TS5mk:S56JuAWS"
}

