1.0.0
Compatibility
Required content
Changes
🌌 Kindred Cycles
An addon for Kindred Souls and Regen that links your very life-cycles.
Choose new Time Lord Regeneration abilities that grant you a starting pool of regenerations, create a new one-way damage bond, and link your fates together.
When one soulmate regenerates, the other may be forced to follow!
✨ Features
- New Kindred Souls Abilities: Adds the Guardian Regeneration and Ward Regeneration abilities.
- A Gift of Life: Automatically grants you 12 regenerations from the Regen mod when you first choose one of the new abilities.
- One-Way Damage Split: Replaces the default Kindred Souls damage logic. When both soulmates have the abilities, any damage the Ward takes is split 50/50 with their Guardian. The Guardian, however, bravely takes 100% of their own damage to protect their Ward.
- Linked Regeneration: Your fates are intertwined! If the Ward is forced to regenerate, their Guardian regenerates at the same time — sharing the same cycle of renewal.
- Guardian’s Vigor: After regenerating, the Guardian receives a 6-minute Regeneration X buff to recover and continue protecting their Ward.
- Vulnerability Protection: A Guardian cannot die while their Ward is regenerating — their death will be cancelled to ensure they survive and defend their soulmate.
🧩 Requirements
This mod requires the following mods to be installed:
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:mTt8WFT2:zi7c9AY7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mTt8WFT2:zi7c9AY7"
}

