Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
Added stack support for clean vanilla armor, swords, pickaxes, axes, shovels, and hoes. Clean supported gear can now stack up to 16 in inventories. Added server-safe stacking rules for armor and tools. Added support for armor detection through ArmorItem. Added vanilla tool and weapon class detection for swords, pickaxes, axes, shovels, and hoes. Added item entity merge handling so supported gear can stack properly when dropped. Added inventory, slot, and container handling so stacks behave correctly in menus. Added creative inventory handling for supported stacked gear. Added config support for stack behavior. Added optional debug logging support. Changed Supported gear only stacks when it is clean and safe to stack. Gear must have Damage: 0. Gear must have no special Forge capability data. Debug logging is disabled by default in both source config and dev config. Fixed Fixed armor and tools not respecting custom stack limits in player inventories. Fixed stacked gear behavior across slots, menus, item entities, and creative inventory. Fixed unsafe stacking cases by blocking damaged or modified gear from stacking
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:5HKviViJ:96TcCiEg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5HKviViJ:96TcCiEg"
}

