All versions
0.3.9
Beta
The Soldier Refresh3 years ago 165
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
- Normal Soldiers now have a 2nd "health bar" in the form of their shell
- This shell is ~75% of their normal health
- Fire can bypass a shell entirely
- Players must break the shell themselves by reducing the shell HP to 0
- Anything else damaging a wyrm only deals 1/2 the damage as a player
- Soldiers have a new alternative texture when their shell is broken
- New sounds for shell breaking and hitting
- Soldiers will climb walls when their shells are broken
- Soldiers will break blocks above & around them if their path is ever blocked.
- Can be opted out of with configs
- Respects block hardness
- Some blocks will be dropped, so not all blocks/items are lost
- Prober glass-breaker ability improved using new Wyrm Griefing code
- Probers now only break glass when they have a target
- New config options:
- AI:
- "Block destruction drops item"
- "Block destruction item drop chance"
- Wyrm Stats:
- Soldiers:
- "Griefing max block hardness"
- Probers:
- "Griefing max block hardness"
- Soldiers:
- Radiogenetics
- "Wyrm explosions damage blocks"
- AI:
- Some general codebase improvements
- Wyrm explosions can now be configured to destroy blocks or not
Optional dependencies
Unavailable version
Unavailable version
Unavailable version
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:1JXyEoxt:SijPYasM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1JXyEoxt:SijPYasM"
}

