1.0.0
Compatibility
Required content
Changes
New Systems ā± Time-Based Scaling (wip) Enemies gradually become stronger the longer your world has been active. There is a configurable grace period (7 days by default) where nothing changes. After that, enemy buffs slowly begin to scale, eventually reaching a configurable maximum multiplier (3Ć by default) over a set number of days (100 by default).
š„ Pack Bonus (wip) Cursed spirits become more dangerous when they appear in groups. If multiple spirits of the same grade spawn near each other, they receive bonus Strength effects: Strength I with 2 nearby, Strength II with 3, and Strength III with 4 or more. Packs can also optionally gain Speed I and a Glowing effect.
ā Revenge Escalation (wip) Repeatedly killing the same type of enemy will make them fight back harder. Once you pass a configurable kill threshold, every additional kill slightly increases the buff multiplier for that enemy type. This increase is capped at a configurable maximum, but it means that farming the same enemies over and over will eventually make future encounters with them more dangerous.
Reworked the Gui.
Only one player's GUI changes take effect. If two OPs open the GUI at the same time and both hit Save, whoever saves last wins and silently overwrites the other.
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:2ceCWerC:sHRvW2fR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ceCWerC:sHRvW2fR"
}

