Tags
Creators
Details
1.2.1+1.21.1
Compatibility
Required content
Changes
Drop Stacker backported to Minecraft 1.21.1, as requested in #1. It has the same features and fixes as v1.2.1 for 26.3.
It is still server-side only: install it on the server, and players need nothing. Vanilla clients see stack counts and despawn timers without the mod.
Requirements
- Minecraft 1.21.1
- Fabric Loader 0.19.5+
- Fabric API (tested with 0.116.17+1.21.1)
- Fabric Language Kotlin
- Java 21+
Version numbering
The version is 1.2.1+1.21.1: Drop Stacker 1.2.1, built for Minecraft 1.21.1. The 26.3 build stays 1.2.1. The source for this line is on the 1.21.1 branch.
What's included
Everything from v1.2.1:
- New drops merge into nearby piles the moment they spawn, and a periodic scan picks up piles that have moved.
- Stack sizes up to 1000 by default (
maxStackSize), with per-item and per-tag overrides. - Blacklist and whitelist by item id or tag (
#minecraft:logs). [×count | m:ss]labels showing pile size and despawn timer./dropstacker reload | stats | resetstats | toggle | set <field> <value>(permission level 2).- Piles of more than 99 items survive saving and loading. On 1.21.1 vanilla can't save a stack over 99 at all, so without this fix saving a big pile would fail.
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:H9T1wmJJ:5h2IcwQa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H9T1wmJJ:5h2IcwQa"
}

