Tags
Creators
Details
Licensed MIT
Published last month
Updated 2 days ago
All versions
2.0.1-beta
Beta
Gestorage 2.0.1-beta2 days ago 13
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
New Features
- Inventory Sorting: Sort any open container (player inventory, Ender Chest, Shulker Box and any generic container) with a keybind or the clickable buttons on screen. Merge partial stacks, sort by item name, ascending or descending order — every option is configurable and can also be toggled with its own keybind, and you can block specific container types from being sorted.
- Careful Break: Toggleable module that sends block and entity drops
directly into your inventory instead of scattering them on the ground.
Includes:
- Tree Capitator: break a whole tree at once.
- Better Harvesting: harvest crops(sugarcane, bamboo, kelp) and see for yourself :].
- Auto Replant: crops are replanted automatically after harvesting.
- Always Careful: stay in careful mode without needing to sneak, and toggle each sub-option independently with its own keybind.
- Toggle keybinds everywhere: every module option can now be enabled or disabled on the fly from configurable keybinds (Ender Chest, Shulker Stacking, Storage Overlay and more).
Fixes
- Storage Overlay: fixed rendering in several container screens.
- Storage Overlay: fixed overlay drawing when the Recipe Book is open.
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:JMnIwGJs:aWv8j4ky"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JMnIwGJs:aWv8j4ky"
}


