Tags
Creators
Details
1.96.13
Compatibility
Required content
Changes
Additions: -Black Hole -wandererPathfind gamerule -New translations for simplified chinese
Changes: -Transformed most decoration structures into features -Protruding Marrow now generates fully grown in the Deep Marrows -Deep Marrows now has the same fog as Grim Canopy -Blocks Of Voidrium now require at least a Shatterbone Pickaxe to be mined -All ore/ingot blocks now require 9 of their respective material to be crafted -Retextured following effect icons: Call Of The Void, Laceration, Blood Boil, Powerful Shot, Pain Killer, Dead Inside -Reworked Rotten Tongue -Removed old Rotten Tongue -Reworked Sentient Chainsaw -Removed old Sentient Chainsaw
Fixes: -World gen sometimes producing weird terrain or underground air pockets -Mimicking Shadows spawning in the misted remnants -Soul Forge causing lag when looked at
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:gFlYdPkO:jdvCWlxH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gFlYdPkO:jdvCWlxH"
}


