Tags
Creators
Details
v0.89.0+forge-1.20.1
Compatibility
Changes
0.89.0
Not fighting an echo back makes your own echo flighty
Your echo used to be shaped only by the violence you did. Now it is also shaped by the violence you refused. An echo that comes for you and doesn't get a fight out of you leaves its mark: take its blows without hitting back, or slip away from it alive, and the echo born from your death leans toward Flight. Hit it back even once — or kill it — and the whole credit is handed straight back. A fight once joined is a fight.
- Damage you take from an echo you never strike back counts toward Flight, point for point against damage you deal.
- Getting away clean from an echo that was hunting you counts too, once per echo.
- One blow in return, or the kill, cancels everything that echo had earned you.
- A life that never raised a hand used to reincarnate as a fighter; now it comes back timid.
0.88.0
Fighting back no longer marks you as a killer
When you die, the echo you leave behind is shaped by how you treated the people you met — but until now it couldn't tell murder from survival. Kills where something came for you first now count for a tenth as much, so a life spent defending yourself reincarnates near neutral instead of as a monster.
- Damage and kills against a mob that targeted or struck you first are weighed at 10% toward both Fight/Flight and Friendliness.
- Your own first strike still counts in full — the discount only applies once the other side has picked the fight.
- Hate-seeded death-note echoes hunt you, so cutting one down barely stains the life you leave behind.
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:KeY5Fc8p:j20Cgs8l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KeY5Fc8p:j20Cgs8l"
}

