Tags
Creators
Details
0.3.0
Compatibility
Required content
Changes
Reworked the Reactive status effect. It no longer uses destructive vanilla explosions, but now uses custom explosions which can deal radiation damage and only trigger when the victim is harmed by something else. These explosions also deal increased damage to dulling units and can light them on fire.
Radiant Golems now apply Reactive on melee hit instead of burning the target.
Radiation Fields made by the Rod of Neutrons now apply the Reactive effect to dulling units in addition to their existing effects. Radiation Fields can now apply Reactive to ALL enemies, not just dulling units. However, they will only burn and weaken dulling units.
Thorium Arrows now apply the Reactive effect.
The Thorium Rapier and Essence Blade now have unique evolution trees. An icon has been added to the bottom right corner of the Stitching Table menu that explains its functionality.
You can now hold Tab to view the descriptions of an item’s evolutions.
Moved Praetorians back to Tier 4. Whoops.
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:Qte5xpLj:9tWNr08Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Qte5xpLj:9tWNr08Z"
}

