Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 months ago
All versions
1.10.5
Alpha
SRP v 1.10.53 months ago 8,610
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Regenerate your srparasites config folder.
1.10.5
- Meteor landing tweaks
- worldAirCap 5 -> 3
- Infested Sand block spread speed fixed
- Assimilated Mob compendium lore entries finished.
- Crude Mob compendium lore entries finished. Assimilated Villager lore entry tweaked.
- Added scrollbar to effects compendium page
- Tweaked the sign effect compendium entry
- Added scrollbar for celestial event and status effect information textbox
- Added fog block to creative inventory
- Fog block texture updated
- Updated Four comet and Three textures
- Mob config: "Devourer Water Placement" - Set to false if you want to disable water placement when Devourers break blocks. Enabled by default.
- Updated (most) placeholder/repeating potion effects textures
- Ubiquitous Development default spawns: slightly less flying parasites
- Dislo sounds feels now more distant, less loud with more reeverb.
- worldWaterCap 5 -> 3
- Devourer spawn and griefing delay tweaks
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:We9B2AWK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MJX7HTHx:We9B2AWK"
}

