
Create: Quarry
A Create addon that adds an automated, rotational-power-driven Quarry: link two Quarry Stakes to define a rectangular mining area, then let the Quarry excavate it layer by layer, filtering ores, replacing mined terrain, and optionally draining fluids.
1.0.1
Compatibility
Required content
Changes
Changed
- Quarry recipe: now crafted in a Create Mechanical Crafter instead of a vanilla crafting table. Uses a 5x5 pattern — Brass Sheet forming the border, a ring of Ender Pearl and Sturdy Sheet around the center, and a single Brass Casing at the core.
- Quarry Stake recipe: now a simple crafting table recipe (Ender Pearl + Brass Sheet, yields 2 Stakes) instead of the old placeholder recipe.
- Digging speed formula: kinetic RPM now converts into digging speed as a true fractional rate accumulated over time, instead of always rounding up to a minimum of ~1 block/tick. Low-RPM setups dig at a genuinely slow, proportional pace instead of hitting a fast hidden floor.
- Retuned default speed config to match:
rpmSpeedMultiplier(0.05 → 0.00625, ~2 blocks/sec at 16 RPM) andscanOperationsPerTick(64 → 96, so Efficiency V isn't clipped at max RPM).
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:gLTAirKi:jRlM81Cx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gLTAirKi:jRlM81Cx"
}
