All versions
2.1.0
Release
[Fabric] Stackable 26.1+2.1.05 months ago 3,926
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Stackable 2.1.0!
Some new functionality, plus a port to 26.1!
- Ported to 26.1, future updates will be targeting 1.21.1 and 26.1, I intend to update 1.21.1 soon.
- When storing items in bundles, any non-overriden stackable item will now have a penalty multiplier of 8.
- This means each item will count as 8 when in a bundle, and the max bundle size is now 128 by default
- This is configurable in stackable.json with the "bundleStackPenalty" property.
- All mixins are now shared across both Neoforge and Fabric with the move to unobfuscated Minecraft versions.
- Moved away from Parchment to better support snapshot/pre-release development, this should speed up ports.
P.S. Forge support will come later once Forge updates to 26.1.
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:Bc74RbD1:MlnkALNP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Bc74RbD1:MlnkALNP"
}

