0.0.6
Compatibility
Changes
Mobs:
Abhorrences have a 25% chance to fire an explosive radium projectile when firing its last of 4 shots.
Added radioactive anomalies, abhorrences can create them
Abhorrences now emit radiation to nearby non-parasite mobs
Abhorrences and monstrosities (and all future perennial, advanced, elite, etc parasites) break blocks when suffocating
Blocks:
Added block of raw biometal and block of biometal
Added oil deposits (and their generation)
Added block of oil
Added stairs, slabs, walls, of tough phayrilesh and tough phayrium
Added recipes for mossy and plagued biometal bricks, biometal grate, biometal grate slab, biometal bars, biometal door, and biometal trapdoor. Also added stonecutter recipes for chiseled biometal bricks and biometal brick pillars.
Added dravite and plutite (WIP)
Slightly retextured leeching roots and leeching tendrils
Retextured the egg pile
Retextured the plasmaslate plasma ore
Items:
Added oil droplets and rich coal
Bug fixes:
Fixed the phayriosis effect despawning modded entities when they are dead
fixed abhorrences, gory masses, and monstrosities despawning when unloaded
Fixed biometal grates not letting light through
Fixed middle clicking tough phayrium in creative mode giving you regular phayrium
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:sGdVXhFA:lYCboClM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sGdVXhFA:lYCboClM"
}

