2.0.0
Compatibility
Changes
š Bug Fixes: Fixed numbers overflowing inventory slots ā thousands are now neatly abbreviated with the letter k (e.g., 595k). Fixed settings resetting ā the configuration is now reliably saved per-world in bigstacks.json. š Stack Limit Increased up to 2,147,483,647: The maximum stack limit has been raised to the absolute engine limit of Minecraft ā 2,147,483,647 items. Added a MAX preset button in the settings menu to quickly set this number in one click. āļø Survival Improvements: The /bigstacks command is now fully available in regular survival mode without cheats. When creating or joining a new world for the first time, the stack limit defaults to the vanilla value of 64. Hovering over an item and holding Shift now displays the exact item count in the tooltip.
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:E85QW3JD:OvQFkMDt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E85QW3JD:OvQFkMDt"
}

