All versions
1.6.0+26.2
Release
Totem Plus 1.6.0+26.22 weeks ago 520
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Totem Plus 1.6.0+26.2
Added
- Added support for Minecraft 26.2.
Changed
- Rebuilt every mixin against the Minecraft 26.2 render pipeline.
- Now requires Java 25.
- Now requires Fabric Loader 0.19.5.
- Mod Menu 20 or newer is now suggested.
- Config values are now written in batches instead of once per slider step.
- Held Totem size, Totem pop duration and Totem pop offsets are cached instead of being recalculated every frame.
- Held Totem detection no longer does a thread-local lookup for every rendered item.
- Custom Totem pop offsets are only recalculated when the window size changes.
- Setting an option to the value it already had no longer rewrites the config file.
- The held Totem skips the extra matrix push while its size is set to
Vanilla. - Totem particles are passed through untouched while the particle slider sits at 100%.
- The
Reset AllandDonebuttons move down when extra custom sliders are open.
Fixed
- Fixed Totem particles, Totem sound, Totem rotation and the fly-in animation staying overridden while the mod was set to
No. - Fixed an unreadable config file only restoring part of the default values.
- Fixed values that were changed before the config had been read once being overwritten when it loaded.
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:v9KKwJqP:B3jemZHs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v9KKwJqP:B3jemZHs"
}

