All versions
1.0.0+1.21.11
Release
TotemCore 1.0.0+1.21.112 months ago 111
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
First release.
Covers Minecraft 1.21.11.
- Settings screen on
Ü, rebindable in the vanilla controls menu under Inventory - Hotbar slot picker (1–9) with a live preview of what each slot currently holds
- Opening any container moves the hotbar selector to your totem
- Hovering a totem in an open container moves it into place automatically
- The offhand is filled first, then your configured hotbar slot
- Offhand lock: nothing but a totem can be put into the offhand, can be switched off
- Status display for offhand, target slot and remaining spare totems
- Settings saved to
config/totemcore.json - English and German translations
- Client-side only, requires Fabric API
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:QTL7F7nN:DyrenxUB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QTL7F7nN:DyrenxUB"
}

