Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 weeks ago
All versions
1.21.1-0.12.18
Release
1.21.1-0.12.189 months ago 8,550
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- The Totempedia entries in the Ceremonies category are now locked until the required music instruments are obtained. This should make it less overwhelming for newcomers, as only those Ceremonies will be displayed that are currently performable.
- The Jingle Dress Totempedia entry will now unlock together with the Wind Chime entry.
- In case you get erroneously locked Instrument or Ceremony entries after the update, they should unlock once you place the relevant Instruments in your inventory.
- Added the
medicineBagBlacklistserver config option, which allows specifying Totem Carvings that may not be used in Medicine Bags. - Added a sound when opening, closing or setting the carving of a Medicine Bag.
- Fixed Red Cedar Leaves not being harvestable with modded shears (they can now be harvested with any tool that has the "shears_dig" item ability).
- Fixed a visual glitch where the music bar in the Ceremony HUD could overflow.
- Expanded the KubeJS integration (still experimental):
- New Music Instruments, Totem Carvings and Ceremonies can now be created via
StartupEvents.registry, using the registry keys'totemic:a_instrument','totemic:c_totem_carving'and'totemic:d_ceremony', respectively (the letter prefixes are unfortunately necessary to ensure the correct registration order). - Added the
TotemicEvents.modifyTotemCarvingsevent. - The duration of Ceremony effects can now be changed via
TotemicEvents.ceremonyEffectTick.
- New Music Instruments, Totem Carvings and Ceremonies can now be created via
API changes:
- Completely refactored TotemCarving and other relevant classes. PortableTotemCarving and MedicineBagEffect have been removed and merged with TotemCarving and TotemEffect, respectively, which greatly simplifies the system.
- Removed TotemEffectEvent and MedicineBagEffectEvent and replaced them with setter methods on TotemCarving.
- Added setter methods for modifying Ceremonies.
- The duration of Ceremony effects can now be changed via CeremonyEvent.EffectTick.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Totemic-neoforge-api-1.21.1-0.12.18-sources.jar | Unknown | 25.73 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:6Vny8MoL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GLffYJtD:6Vny8MoL"
}


