All versions
1.0.0
Release
Totems: Reforged 1.0.03 weeks ago 49
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Initial release.
Added:
- 27 unique custom totems
- Active right-click abilities for custom totems
- Passive emergency rescue system
- Dual totem combo system
- Custom single totem activation overlay
- Custom dual totem activation overlay
- Totem Altar upgrade block
- Level I / II / III totem progression
- NBT-based totem level system
- Stronger effects for upgraded totems
- Shift tooltip descriptions with active, passive, dual combo, and level bonus information
- Recipes and recipe advancement support
- Client and server compatibility
- Forge 1.20.1 support
Included totems:
- Fire Totem
- Water Totem
- Void Totem
- Explosion Totem
- Poison Totem
- Wither Totem
- Ender Totem
- Phoenix Totem
- Shield Totem
- Revenge Totem
- Gravity Totem
- Frost Totem
- Storm Totem
- Nature Totem
- Vampire Totem
- Time Totem
- Berserker Totem
- Soul Totem
- Guardian Totem
- Shadow Totem
- Archer Totem
- Miner Totem
- Ocean Totem
- Nether Totem
- End Totem
- Plague Totem
- Sun Totem
Also included:
- Totem Altar GUI and upgrade logic
- Level I to Level II upgrades using Amethyst Shard, Emerald, and XP
- Level II to Level III upgrades using Echo Shard, Diamond, and XP
- Context-based active totem usage to reduce accidental wasting
- Emergency saves for dangers such as fire, lava, drowning, void, falling, wither, and more
- Example dual combos such as Berserker + Revenge, Nether + Fire, Ocean + Water, Guardian + Shield, and Shadow + Ender
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:RTfI2Jcc:fX1PLMG1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RTfI2Jcc:fX1PLMG1"
}

