Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 months ago
All versions
1.9.7
Beta
SRP v 1.9.74 years ago 8,301
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
v1.9.7 Changelog
Fixes:
- Overseer applying debar instead of needler in its projectiles
- "The name inheritance was improvised" change reverted
- Parasite death will no longer decrease phases
- Fixed Dispatcher Tile Entity not working (problem with collecting killcount from other parasites)
- Nidus Blocks not spawning Dispatcher
- Assimilated Enderman sound effect volume
- Assimilated Bear sound effect volume
- Assimilated Pig sound effect volume
- Adapted Reeker sound effect volume
New:
- Assimilated Big Spider sounds
- Assimilated Enderman portal sound
Configuration:
- "Version Primitive Point Reduction Value" from 0.5 to 0.05
- "Adaptation New Damage Cooldown" from 10 to 20
New options:
- "Bogle Griefing" - "Set to true if you want the Bogle to destroy blocks on explosion." - SRParasitesMobs.cfg
- "Assimilated Adventurer To Thrall" - "How many kills an Assimilated Adventurer needs to become a Thrall." - SRParasitesMobs.cfg
General changes:
- Nade entities tweaked texture
Updated lang files:
Darkk#6859
- de_at
- de_ch
- de_de
DanieloXXelo#3260
- pl_pl
- lol_us
ZETA#1898
- es_ar
- es_cl
- es_es
- es_ve
- es_uy
- es_ec
- es_mx
Mobs:
- Heavy Bomber bomb damage from 25 to 80
- Decreased the rate of Marauder, Warden and Monarch spawning Seizers
Patreons, Donators, and Supporters
A very special thanks to:
-Rupter tier-
- Grape Juice
- Tarzan
-Assimilated tier-
- Nanja!
- Zecabone
- yodxxx1
- Tabcaps
-Primitive tier-
- The FacelessLord
- LifeCraft
- Spooky
and:
- Bliketod
- odxico
- Fishman
- Hurricane Lord
- Vinni
- AnderHorlo
- BigPumpkin
- Weissair
- ZETA
- CylexicDragonheart
- genericvarient
- fomy2176
- tishaak
- Paul
- kazware
- cloudybog
- Iké
- The_Harbinger69
- sdbinkley
- Dero
- Thismightbekevin
- Salamand0r
- LxnaAbxss
- bugengxinshiba
- Doomsday
for the amazing support at kofi and for making this a reality!
<3
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:MJX7HTHx:MQqBRRhk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MJX7HTHx:MQqBRRhk"
}

