1.0.0
Compatibility
Required content
Changes
Changelog 1.0.0 Added Redesigned generation for vanilla Overworld lava lakes. Irregular magma and tuff inner shorelines. A complete tuff layer surrounding each lava lake. Broken outer stone transitions for a more natural appearance. Sparse scattered stone blocks around lava lakes. Vertical generation through slopes, cliffs, and raised terrain. Correct generation on flat terrain, forests, hills, and rocky biomes. Full generation support across chunk borders. Deterministic generation based on the world seed. Added a five-block-high clear space above generated lava lakes. Added a gradual magma-to-tuff-to-stone transition on raised lava lake walls. Improved vegetation cleanup around carved lava lake openings. Technical Generation runs only when new lava lakes are created. Existing chunks and player-placed lava remain unchanged. No runtime chunk scanner or tick-based world modification is used.
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:q6ZQe2m9:TAV1yc1m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q6ZQe2m9:TAV1yc1m"
}

