Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated last month
All versions
1.2.0
Release
Changed: Survive Protocol 1.2.0last month 874
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Creative, spectator and dead players now freeze any and all coverage, infection and lucidity
- The coverage, infection and lucidity overlays no longer render when they don't tick
- Stabilized latex forms no longer have lucidity drain or gains
- Added support for Latex Totems from the Changed Addon Plus mod.
- Latex totem forms no longer have lucidity drain
- Temporary suit removal no longer clears coverage / infection
- Fixed some edge-cases not being converted to coverage correctly
- Fixed some cases where temporary suited transfurs aren't counted properly
- Fixed lucidity collapse doing armor damage / removing armor
- Removed a lot of obsolete settings from the config
- Changed latex overlays to use the mod's config instead of the game's overlay opacity setting
- Changed lucidity collapse to ignore armor
- Infestations no longer operates on unloaded chunks (and then doing nothing)
- Optimized decay ticking and player secretions for extra performance
- Optimized infestation claims, now with faster lookups
- Fixed (and refactored) various infestation logic for consistency
- Fixed scalpel uses being inconsistent
- Refactored centrifuge and microscopes for consistency
- Optimized networking around the mod
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:ANcxtb9x:khbH4Ytf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ANcxtb9x:khbH4Ytf"
}

