Links
Tags
Creators
Details
2.0.0
Compatibility
Changes
Features
- Automatically moves your cursor to a totem when you open your inventory
- Enable/disable functionality with the + key or
/manualtotemcommands
Usage
- Open your inventory with E key
- Your cursor will automatically move to a totem if one is available
- Press + key to toggle the mod on/off
Commands
/manualtotem enable- Enable the mod/manualtotem disable- Disable the mod/manualtotem toggle- Toggle the mod on/off/manualtotem status- Check if the mod is enabled or disabled
Configuration
You can change the toggle keybinding in Minecraft's controls settings.
Why Use ManualTotem?
This mod is designed for players who want to manually place totems without using auto-totem mods that might be considered cheating on some servers. It helps with crystal PvP situations where you need to quickly replace a popped totem.
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:tiT1l3zL:C8lKv8vU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tiT1l3zL:C8lKv8vU"
}

