Tags
Creators
Details
1.0.9
Compatibility
Required content
Changes
-Added config toggle for quicker filling out of the cave compendium
-Added config toggle for nuclear explosion block drops
-Fixed constant notor hologram sound playing
-Fixed neodymium particles flashing green
-Fixed crash when placing metal scaffolding
-Fixed scarlet neodymium block dropping azure neodymium
-Fixed removing biome mods making cave biome maps crash
-Fixed abyssal chasm weird generation under icebergs
-Fixed open holes to air filled caves in abyssal chasm generation
-Fixed compass exploit detection not working with explorer's compass
-Fixed mine guardians bouncing too much at the surface of water
-Fixed floating coral generating over abyssal chasms
-Fixed deep one mages not having a hologram
-Fixed spelunkery table randomsource crash
-Fixed missing tags on items and blocks
-Fixed nuclear furnace config option not smelting items as fast
-Fixed vesper stew not returning a bowl when consumed
-Fixed incorrect description of primordial armor in cave compendium
-Fixed server error on deep one mage spawning
-Fixed metal rebar not dropping the correct amount of items
-Fixed tablets of disabled caves still spawning in the world
-Fixed spelunkery table not destroying tablets when the menu is closed
-Fixed cave painting advancement not being obtainable
-Fixed dino nuggets putting vallumraptors to sleep when they were not obtained from a chest
-Fixed abyssal altar deleting items if the inventory is full
-Fixed hazmat suit model being too small
-Fixed vallumraptors stuck in water
-Fixed mine guardians spawning too much
-Fixed subterranodon and darkness HUD elements appearing over eachother
-Updated russian translations
-Updated portuguese translations
-Updated chinese translations
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:U6GY0xp0:gCvzvSsJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U6GY0xp0:gCvzvSsJ"
}


