Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 5 days ago
All versions
1.10.8
Alpha
SRP v 1.10.85 days ago 9,028
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Regenerate your srparasites config folder.
1.10.8
- Changed semiorganic block texture
- Fixed Gnat & Lice loot not dropping
- Added "Hover Text" to drops in compendium
- Added Croatian + Korean .lang file to mod
- Updated Simplified Chinese .lang file
- Added Desert/Rage Assimara Cow Variant
- Updated Variant Wang logic. From Random -> Cycle entries | Default Value = 10.
- Fixed the Pivot affect
- Added Pressure Plates for all Parasitic wood variants
- Added Buttons for all Parasitic wood variants
- Added Deadhead Leaves
- Added Fog Bottle & Collection handler/method
- Disabled Block Spread on Parasitic Stairs & Glass Panes
- Added Ladders for all Parasitic wood variants
- Added Bookshelves for all Parasitic wood variants
- Added Differing start types in Srp world settings
- Added Village generation to Cold Star Type
- Added shaders for cold and warm star type + config to disable them
- Fixed bough shaking screen + screen dimming for all players
- Parasitic planks can now craft some vanilla items/blocks. ( bowls, chests, & sticks )
- Default IV radius 2M -> 200K
- Removed Yelloweyes from Heavy Carriers
- Assimara human no longer attacks after death
- Config max values changed. Block Limit For Beckon Infestation: 1024 -> 8192. Block Limit For Biome Infestation: 1024 -> 8192.
- Updated abomination head texture
- Changed dark days texture
- Changed earth textures on the srp wold options screen
- [OPTIMIZATION] Prey effect now checks for surrounding scents once every 4 seconds, instead of 2.
- [CROSS-MODDING, OPTIMIZATION] Distorted Enlightenment checks for an instance of EntityParasiteBase, instead of being in the com.dhanantry.scapeandrunparasites.entity.monster.* packages.
- [CROSS-MODDING, OPTIMIZATION] Distorted Enlightenment checks for an instance of EntityHeblu instead of anything named "draconite"
- [OPTIMIZATION] Anti-lag "Mass parasite removal" now favors (sorts) removing smaller parasites first, then larger ones at last resort. Also sorts oldest first for removal if sizes are equal.
- Anti-lag "Mass parasite removal" now checks for double the current mob cap (players accounted for) instead of a hardcoded amount of 200
- Improved logging around anti-lag "Mass parasite removal" to clarify that it is not a bug, it is a feature that is toggled by there being over 2x the mob cap. Full message: "SOO MANY PARASITES!!! If you see this logging message, it means an unusual amount of parasites have spawned in the world. This is likely due to a bug or an issue with the mod or an addon you have installed. Excess parasites will be removed as a result, THIS IS INTENDED."
- Fixed some Vector min range values not working properly
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:8Ttvz1l5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MJX7HTHx:8Ttvz1l5"
}

