2.2.0h
Compatibility
Changes
Fixes: -Gargoyles second shooting sound not playing. -The Players evolution code not activating the formation of variants in Gargoyles and Protectors
Changes: -CDUs not spread stackable Frostbite effect instead of damaging mobs. -Frozen Tumors now apply stackable Frostbite effect on hit. -PCIs now apply Frostbite 5 for 2 mins upon injecting a mob besides the damage they deal. -Basic infected exposed to a snow biome will now receive Frostbite level 1 instead of weakness and slowness. -Infected have their evolution paused under the effect of Frostbite -Players wearing fungal armor will receive the Frostbite effect from the cdu. -Frostbite dissables the symbiosis effect the fungal armor gives the player. -All of the mechanics that used bile now use the Biled effect. -New Symbiosis effect texture. -Added secret skin for the Gorgon
News: Effects: -Frostbite. -Biled
Blocks: -Halogen Lights -Shattered Halogen Lights -Fungal Clamp
Overlays: -Overlay for the Corrosive Assasin. -Overlay for Mycelium Infection. -Overlay for Biled. -Overlay for Madness. -Overlay for Corrosion.
Items: Fungal Bonemeal
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:X661i40C:m9h7uypO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X661i40C:m9h7uypO"
}

