1.0.0
Compatibility
Changes
Way Bigger Stacks removes Minecraft's vanilla stack size restrictions and allows configurable mega stacks. Supports saving, loading, containers, networking, and compact stack display.
I created this pack because in my own world I am currently playing on, I need a lot of blocks to build a wall.. were talking like 80,000+ blocks. So I was like I'm going to make a mod that makes the stacks of items that normally go to 64x, go to 2000. You can edit the config file to make it higher if you wish, although I think 10k is probably the highest you should go. Anyways here is my mod and I figured if i love it this much, might as well have the community love it too.
Some key things:
-
Currently Runs Through Fabric (I like fabric and use it for other mods so its a Fabric Mod)
-
Customizable config for what you want in stack size (65x to 10,000) although 2,000 is the current set limit
-
The numbers for the stacks are 10% smaller and a pixel over so it keeps that Vanilla look
I tested a bunch to make sure there were no issues with it. It'll save, work in Creative/Survival/Chests/etc.. If there is any issues lmk and I'll figure it out probably.
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:6z7OBWaH:VfUXqZip"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6z7OBWaH:VfUXqZip"
}

