Tags
Creators
Details
1.0.7
Compatibility
Required content
Changes
-Fixed magnetic particles messing up screen with oculus installed
-Fixed server packet crash with cave biome maps
-Fixed crash with armor models and geckolib
-Fixed MCreator mods stopping cave biomes from generating
-Fixed missing tags on items and blocks
-Fixed full dinosaur chop being waterlogged
-Fixed acid buckets not working in dispensers
-Fixed uranium rods not being waterlogged
-Fixed magnetic quarry not dropping when broken
-Fixed thornwood and pewen blocks missing noteblock sounds
-Fixed infinite cloak of darkness flight
-Fixed entering submarine with diving suit on not refilling air
-Fixed underzealots targetting players during rituals
-Fixed nucleeper being too weak
-Fixed cave tablets only showing as magnetic with JEI installed
-Fixed galena gauntlet being able to use multiple tools at once
-Fixed underzealots having a massive detection range
-Fixed cave biome ambience still playing after death and respawn
-Fixed darkness incarnate effect not being removed with /effect clear
-Fixed no config option to allow nuclear furnaces to use smelting instead of blasting recipes
-Fixed no config options for darkness incarnate duration and charge time
-Fixed braniacs having too short of an attack range
-Fixed neodymium advancement only working with scarlet neodymium
-Added spanish translations
-Added chinese translations
-Added portuguese translations
-Added ukrainian translations
-Added russian translations
-Updated turkish 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:JnyjMWKA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U6GY0xp0:JnyjMWKA"
}


