Links
Tags
Creators
Details
1.2.0+mc1.21.1
Compatibility
Required content
Changes
Version 1.2.0 Changelog
π New Features
-
Automatic Totem Replacement
When your main hand totem is used, the mod automatically replaces it with a new totem from your inventory (places it into your offhand). -
Stack Size Tweaks
Many items now have increased (or adjusted) stack sizes for better inventory management. Examples:- Potions β 16
- Beds β 16
- Boats & Chest Boats β 8
- Minecarts β 8
- Totems of Undying β 8
- Heads β 8
- Music Discs β 16
- Buckets (all types) β 16
- Shields β 4
- Armor Stands β 4
- Elytra β 8
- Saddles β 16
-
World Height Extension
The world height limit has been extended:
Minimum Y = -128 (was -64)
Maximum Y = 1024 (was 320) -
Full Modded Item Support
Modded items are automatically detected and can follow the same stacking rules via vanilla tags (e.g.,#minecraft:beds,#minecraft:skulls,#minecraft:buckets, etc.).
Potionβlike items (withPotionContentscomponent) always stack to 16.
π Bug Fixes
- Fixed an issue where some special items (e.g., bundles, written books) did not respect custom stack sizes.
- Improved compatibility with other mods that modify item stack logic.
βοΈ Technical Changes
- Updated to Minecraft 1.21.1 β 1.21.10 (tested on all minor versions).
- Requires Fabric API (latest version for 1.21.x).
π¦ Mod Version
1.2.0+mc1.21.1 β supports all Minecraft versions from 1.21.1 through 1.21.10.
For full details, check the GitHub repository.
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:RQteVlx1:xmBbUuvI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RQteVlx1:xmBbUuvI"
}

