Mobs deal .5x damage everyday
This mod makes mobs deal more damage each day. You can start the challenge with /damagestart, adjust the current multiplier instantly with /multiplier <value>, and set how much mob damage increases per day with /dailyincrement <value>.
1.0.0
Compatibility
Changes
Version 1.21.11
Added /damagestart command to begin the challenge.
Mobs now deal increased damage to players as days progress.
Added daily notification: players are informed when a new day begins and the damage multiplier updates.
Damage multiplier increments each day by a configurable value (damageMultiplierPerDay).
Added /multiplier <value> command to instantly change current mob damage multiplier.
Added /dailyincrement <value> command to change how much mob damage increases each day.
Multiplier starts at 1.0 and scales with daily increment.
Fully server-side; works for all players without requiring client-side installation.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| modid-1.0.0.jar | Unknown | 11.48 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:oEV2XhOx:GW6TsQ6e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oEV2XhOx:GW6TsQ6e"
}
