1.2.22-a
Compatibility
Changes
Inventory Organizer mod
This Inventory Organizer mod for Minecraft adds useful commands that help players efficiently manage and organize their inventories. It simplifies inventory sorting and cleaning with easy-to-use commands, improving the overall gameplay experience.
Key Features:
-
/sort Command: This command allows players to quickly sort their inventory in various ways:
-
/sort alphabetical: Sorts items in the player's inventory in alphabetical order, making it easier to find specific items.
-
/sort bytype: Organizes items by their type (e.g., blocks, food, tools), grouping similar items together for better accessibility.
-
/sort custom: Allows players to sort their inventory based on custom rules defined in a configuration file, offering more control over how items are arranged.
-
/clearjunk Command: This command helps players remove unwanted or "junk" items from their inventory, keeping it clean and organized.
The mod is designed to be server-side only, meaning it can be installed on the server and all players will benefit from it without needing to install it locally. It provides a convenient way to maintain a tidy inventory while playing, reducing the time spent on manual item organization.
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:WSxuHkCV:k9HitArp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WSxuHkCV:k9HitArp"
}

