All versions
1.5.0+1.21.11
Release
Totem Plus 1.5.0+1.21.112 months ago 3,830
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Totem Plus 1.5.0
Added
- Added held Totem size customization.
- Added support for resizing Totems in both the main hand and offhand.
- Added custom held Totem size controls.
- Added configurable Totem pop position.
- Added custom Totem pop X and Y position controls.
- Added configurable Totem pop duration.
- Added custom Totem pop duration controls.
- Added configurable Totem pop sound volume.
Changed
- Improved the Mod Menu configuration layout.
- Custom controls now only appear when their related option is set to
Custom. - Reset buttons now restore default values more consistently.
Fixed
- Fixed held Totem size settings not applying consistently between hands.
- Fixed custom position values not resetting properly when switching back to default positioning.
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:r89PEXSs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v9KKwJqP:r89PEXSs"
}

