3.1.2
Compatibility
Changes
mob balancing
Asgharian
Soul_ripper stat adjust
max health 400 to 250 melee damage 15 to 20 soul fireball damage 10 to 15
Asghar worker unit nerf max health 200 to 150
asghar flamer buff immunity to fire
Wreckers
Infantry buff(red, blue, green) max health to 30
Helicube nerf melee damage 7 to 5 range damage 5 to 3
Dozer nerf max health 600 to 400 summon cooldown 15 to 20
COG
miniboss(devastator, gigantes, centipede) health nerf max health 400 to 250
gigantes buff summon time 30 seconds to 20
Balancing for healing items
Bandage
- heal 4 to 3
- craft result 1 to 3
- resistance 1 to 2
- resistance time 10 to 15 second
Medkit
- heal 4 to 6
- regen time 5 to 10
- use(durability) 12 to 32
- resistance 1 to 2
- resistance time 20 to 15
- cooldown 5 second (to balance high value)
bug fix
- neutral mob spawn behavior
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:tz0rH4g0:QqRxv9ek"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tz0rH4g0:QqRxv9ek"
}

