Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 3 days ago
All versions
1.0.0
Release
1.0.0+mc1.21.115 months ago 26
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Automatic Replacement 1.0.0
β¨ New Features
1. Auto Totem Equip
- Automatically moves a Totem of Undying from your inventory to your offhand when empty
- Toggle on/off via a button in the ESC β Options menu
- Global setting, synchronized to all players
2. Commands
| Command | Effect |
|---|---|
/auto true |
Enable auto totem equip |
/auto false |
Disable auto totem equip |
/auto toggle |
Toggle on/off |
/auto status |
Check current status |
3. Stack Size Changes
| Item | New Stack Limit |
|---|---|
| Totem of Undying | 8 |
| Milk Bucket | 16 |
| Cake | 8 |
| Shield | 4 |
| All Boats / Chest Boats | 8 |
| All Minecarts | 8 |
| All Mob Heads | 8 |
| All Potions | 16 |
| Name Tag | 16 |
| Armor Stand | 4 |
| All Beds | 16 |
| Saddle | 16 |
| All Buckets | 16 |
| Bundle (empty) | 16 |
| Elytra | 8 |
| Book and Quill (empty) | 8 |
| All Music Discs | 16 |
4. World Height Expansion
- Min Y: -128
- Max Y: 1024
π§ Technical Details
- Fabric API networking for state synchronization
- Mixin modifying
ItemStack.getMaxStackSize() - Client button added to Options menu via Mixin
β οΈ Known Issues
- None
π¦ Requirements
- Minecraft 1.21.11+
- Fabric Loader β₯0.17.2
- Fabric API (latest)
π License
CC0-1.0
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:F5jVRYlw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RQteVlx1:F5jVRYlw"
}

