Links
Tags
Creators
Details
0.1.0
Compatibility
Required content
Changes
Added configs to all modules (Actually Additions Digger, Worley's Caves, & Ranged Pumps)
- Can control both the maximum depth the Digger will dig below it, as well as the lowest y-level it can dig at (a hard limit, preventing it from digging any lower no matter what).
- Can control both the maximum depth the Range Pump pump will pump below it, as well as the lowest y-level it can pump at (a hard limit, preventing it from pumping any lower no matter what).
- Can control how Worley's Caves generate in cubic world generators/types.
- Note that a cubic world type/generator is not the same thing as a cubic world; the CubicChunks: No/Default option when generating a world only controls if that world is cubic - if players can build outside the Vanilla build range. A cubic world type/generator is a world generator that has specifically been designed to generate cubic worlds (such as provided by CubicWorldGen, and the Cubic Chunks mod alone does not provide any such generator.
Reworked a bunch of mod internals to help with developing further modules.
Improved toolchain slightly.
Optional dependencies
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:QEOlCaIa:lTonnh8d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QEOlCaIa:lTonnh8d"
}

