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.

File Details

create_quarry-1.0.1.jar

  • R
  • Jul 9, 2026
  • 103.69 KB
  • 34
  • 1.21.1
  • NeoForge

File Name

create_quarry-1.0.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:create-quarry-1600514:8399898"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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) and scanOperationsPerTick (64 → 96, so Efficiency V isn't clipped at max RPM).