1.4.0
Compatibility
Changes
SporeSRP 1.4.0 Changelog
Proto Death Resurrection
Proto Hivemind now has a one-time death-defying ability:
Trigger Conditions (when killed by a player):
· 5+ Large Pool entities within 128 blocks, OR · 1+ Boss entity within 128 blocks
Effects:
· Revives with 33% HP · Gains Resistance V for 20 seconds · Recalls all nearby Large Pool and Boss entities to its position · Pushes away non-fungal entities in a 16-block radius · Global message: "It's not over yet..." · Custom sound effect
Gastgaber Builder Variant
30% of spawned Gastgabers become Builders (visible with "builder" name tag):
Mechanics:
· Calls idle fungal entities within 20 blocks every 15 seconds · Consumes fungal entities on contact (cannot consume Boss, Organoid, or other Builders) · Gains points: Small=5, Medium=15, Large=25 · At 100 points: generates a random structure from a configurable list · 180-second cooldown after each structure
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:a5dtLyoL:GJC6abcf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a5dtLyoL:GJC6abcf"
}

