Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
All versions
1.0.0
Release
AutoInventorySorter — Smart Inventory Organizer 1.0.02 months ago 51
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Changes
Changelog
All notable changes to AutoInventorySorter are documented here. Format: Keep a Changelog Versioning: Semantic Versioning
[Unreleased]
Planned
- Mod Menu / Cloth Config in-game GUI
- Forge / NeoForge port
- Custom sort profile editor
- NBT-aware sorting (named items, enchantments)
- Per-dimension sort profiles
[1.0.0] — 2025-XX-XX
Added
- Initial public release of AutoInventorySorter
- One-key sort (R) for inventory and all containers
- 5 sort modes: ITEM_TYPE, RARITY, NAME_AZ, QUANTITY, DURABILITY
- Hotbar slot locking: sword, pickaxe, axe, totem (fully configurable)
- Auto-refill for food, blocks, torches, arrows (polls every 0.25s)
- Blacklist system for items and slots
- Profile system: Survival, PvP, Mining, Building
- JSON config at .minecraft/config/autoinventorysorter.json
- Mod Menu + Cloth Config compatibility layer
- 100% client-side — multiplayer and vanilla server safe
- Screenshots added in src/imgs/
Performance Benchmarks
- Memory overhead: ~2MB
- CPU usage: <0.1% average
- Sort operation: ~5ms for full inventory
- Hotbar tick impact: negligible
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:PhA5qql0:U8zARQpl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PhA5qql0:U8zARQpl"
}

