All versions
1.1.0
Release
Quick Stack Inventory 1.1.04 months ago 10
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Initial Release
- Added Quick Stack keybind (default: V): Automatically moves items from your inventory into nearby containers that already hold matching items, within a configurable radius
- Added Misc Inventory system: Assign any container as a misc inventory with 'V + Right Click'. 'Shift + V' or 'Shift + inventory button' dumps remaining inventory items into the nearest assigned "misc inventory" in range
- "Misc inventories" are last in prioirty for normal quick stack. When a player dumps their inventories the free spaces in Misc inventories are used to deposit the nonmatching or overflow items in a players inventory.
- Added Quick Stack button in the player inventory screen with configurable position in config.
- Added flying item animation — items visually fly from the player to the target container, with a chest open/close animation
- Added config file (quickstack-common.toml) with options for scan radius, minimum container slots, and button position
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:PyrtYbyy:MIwnDWpK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PyrtYbyy:MIwnDWpK"
}


