Tags
Creators
Details
0.09+mod
Compatibility
Changes
smol update
changes
-changed pack.png
-you can now use red sand to get to saturated
-fixed a bug where you got voided if you sat down above gravel or sand
-you now need to covered in 2 blocks of sand/gravel/red sand to get to The Void
-fixed even more structure errors
-cave biomes dont have amethyst geodes anymore
-empty caves now have amethyst geode styled "roads" (very rare atm, need to make more common)
-your saturated position is now related to your void position which is now also related to overworld position (kinda)
-messed around with commands trying to get rid of the y32 bug. first time crossing dimensions will be laggy. probably will undo later
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:eBiNxmRM:zVkXfzI5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eBiNxmRM:zVkXfzI5"
}

