Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 3 days ago
All versions
beta-1.2.0+mc26.1
Beta
beta-1.2.0+mc26.14 months ago 388
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Automatic Replacement โ Version 1.2.1+mc26.1
๐ New Features (for 26.1)
- Auto Totem Refill โ When your offhand totem is consumed, the mod automatically replaces it with a new totem from your inventory.
- Commands โ
/auto true,/auto false,/auto toggle,/auto statusto control the feature globally. - Network Sync โ The server synchronises the current state to all connected clients, ensuring buttons display correctly.
โ Removed Features (for 26.1 only)
- Stack size modifications have been temporarily removed due to API changes in Minecraft 26.1.
All items now use their vanilla stack sizes.
If you need custom stack sizes, please use dedicated stackโsize mods likeSensible Stackables.
๐ Bug Fixes
- Fixed a rare crash related to registry synchronisation when joining multiplayer servers.
โ๏ธ Technical Notes
- Requires Fabric API 0.149.1+26.1.2.
- Java 25 is required.
- No mixins are used for this version (only commands, events, and networking).
๐ฆ Full Support
- Singleplayer โ fully tested.
- Multiplayer โ both client and server must install this mod for auto totem refill to work correctly. The server needs the mod to run the refill logic.
๐ฎ Future Plans
Once Fabric provides a stable API for modifying default item components in 26.1, stack size tweaks will be reintroduced.
๐ฅ Download
Enjoy the mod!
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:uVaiH5tA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RQteVlx1:uVaiH5tA"
}

