Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 2 weeks ago
All versions
1.5-fabric+26.2
Release
Inventory Item Groups Fabric 26.2 v1.52 weeks ago 775
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Any compatible version
Changes
What's New
Customizable default groups
- Default groups can now be edited directly in the config - change their contents, rename them, or remove them from the group list entirely.
Exclude items from a group
- Added a new field to exclude items whose identifier contains a specified part (e.g. keep plain logs in a group while excluding
strippedvariants).
Changes
Removed redundant options
- Add all groups - removed. Default groups are now part of the general group list, so you can simply delete the ones you don't want instead of toggling this option.
- Translate groups - removed. The mod now automatically detects whether a translation exists for a group name and uses it when available, so the manual toggle is no longer needed.
Fixes
- Fixed group names being shown on tabs they don't belong to (e.g. "Oak Log" still displayed as "Logs" after switching to the Search Items tab).
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:adriDDJt:HYg19aUI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:adriDDJt:HYg19aUI"
}

