Tags
Creators
Details
1.21.1-0.12.15
Compatibility
Changes
This update contains additions that allow more customization when it comes to interactions with other mods, via data packs. This might be especially useful for developers of modpacks and other mods.
- Added new entity type tags:
buffalo_dance_targetsandeagle_dance_targets: These mobs will be converted to Buffaloes and Bald Eagles, repsectively, by the corresponding Ceremonies.hymn_of_maturity_blacklist: These animals will be excluded from the Hymn of Maturity baby growth acceleration.
- Added the data map
cleansing_ceremony_conversions: Controls which mobs will be converted to which mobs by the Steve's Lullaby Ceremony. - Fixed a few potential crashes when feature flags are used.
- Added a bit of Christmas vibes. You might recognize this if you were around 9 years ago (!).
Hard to believe that Totemic is now over 10 years old (although the pre-1.7.10 versions seem to be lost for the most part).
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Totemic-neoforge-api-1.21.1-0.12.15-sources.jar | Unknown | 24.1 KiB |
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:b03KUtmo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GLffYJtD:b03KUtmo"
}


