All versions
0.3.11
Beta
The Aura Update3 years ago 260
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
The Aura Update
Added:
- HBM-exclusive cross-mod interaction features:
- All wyrms now have, by default, an
Contamination Iaura in a 2-block radius - Soldiers have a radius of 4
- Creepwyrms have a radius of 10 and strength 2 (amp 1)
- Will not take effect if HBM is disabled or not present.
- All wyrms now have, by default, an
Patchnotes:
- Improved file resource path for entity textures (API open for addons as well)
- Internal code library: Added
convertToMC3d()to Vect3D functions - Improved Tainted Warriors radiation auras
- Reduced radius from 5 to 4
- Contaminated amp reduced from 15 to 3 (~16 RAD/s to ~2 RAD/s)
- Probers:
- Now die if in water, voiding any earned Invasion Points
- Follow range increased from 100 to 200
- Slowed down probers by ~17%
- Probing re-enabled in Classic
- Reduced breaking strength of soldiers from 6 to 3.5
- As silly as it was, we removed the "uwu" debug messages
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:G7k7N5yk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1JXyEoxt:G7k7N5yk"
}



