Tags
Creators
Details
1.7.10-0.7.0
Compatibility
Changes
We're excited to bring back a fresh version of Totemic for Minecraft 1.7.10!
This is a huge update that backports many of the features that have been added to Totemic over the last 10 years. There are new Ceremonies, Totem effects, mobs and other stuff. Notably, the progression system has been updated and matches the one in the newer Minecraft versions.
This is an early version which is still work in progress and might be unstable. Please report any crashes and other issues that you find to our issue tracker (make sure to mention the Minecraft and mod versions): https://github.com/TeamTotemic/Totemic/issues
Have fun and happy Ceremonies!
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:GLffYJtD:MoTjkPmq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GLffYJtD:MoTjkPmq"
}

