Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 weeks ago
All versions
1.2.3
Beta
NeoForge 1.2.311 months ago 349.5K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
- feat: Support Fabric 1.21.1!
- feat: Customization of stack groups using EMI Stack Format;
- feat: The search field in the creative mode inventory now can lose focus;
- feat: Cached stacks not in groups to improve grouping performance;
- feat: Stack groups containing only one item will be displayed directly;
- fix: Unsupported villager trade types breaking the loading process of villager trades;
- fix: Missing inner corners of group borders;
- fix: Crash when indexScreenSpace is not initialized;
- fix: Crash when showing the EMI screen for the first time;
- fix: Crashes due to concurrent modification when updating tab pages;
- fix: Incorrect rendering of group stack tooltips;
- fix: Stack groups not reloading after being configured or created;
- fix: Inability to mark grouped stacks as favorites;
- fix: Tags with the same name not being groupable;
- style: Code tidying;
- style: Updated Kotlin dependencies;
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:AWMWYMwC:sdRUQHCL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AWMWYMwC:sdRUQHCL"
}



