Ranged Pumps 9minecraft 모드: 광범위 액체 펌프 (1.21.1)
The Best Resource for Minecraft
The Best Resource for Minecraft

Ranged Pumps Wiki

9 sections · 414 words
← Back to

Overview#

Ranged Pumps adds a single pump block that can extract any fluid from a large area without being placed directly on the fluid. It is powered by Forge Energy and pushes collected fluids to adjacent pipes or tanks automatically.

This page documents the NeoForge 26.2 (Minecraft 1.21.1) version published by 9Minecraft Studios, based on the original Ranged Pumps mod by Refined Mods.

The Ranged Pump Block#

Crafting: 4 iron ingots + 4 obsidian blocks + 1 piston (vanilla-ish recipe, check JEI/REI in-game).

Placement: Place the pump anywhere above or adjacent to a fluid area. It scans one block below and continues to bedrock in a 64-block radius.

Output: Fluids exit from the pump's sides and bottom — connect fluid pipes or place tanks directly adjacent.

Energy System#

The pump uses Forge Energy (FE/RF) by default.

  • Default energy cost: configurable in config/rangedpumps-common.toml
  • To run without power: set energy cost to 0 in config
  • Any FE-compatible cable or battery works (Mekanism, Create, IE, etc.)

The pump stores a small internal energy buffer.

Fluid Collection#

Internal tank: 32 buckets (32,000 mB). When full, the pump pauses until fluid is removed.

Auto-push: Fluid is automatically pushed to adjacent fluid containers (pipes, tanks, machines).

Stone replacement: By default, drained fluid blocks are replaced with stone. Disable in config: replaceFluidSourceWithStone = false.

Infinite sources: The pump handles infinite fluid sources (water, lava) — it will drain until no finite source blocks remain; infinite sources regenerate normally.

Redstone Control#

Send any Redstone signal to the pump to pause it. Remove the signal to resume.

This lets you control the pump with levers, comparators, or automation mods.

Configuration#

Config file: .minecraft/config/rangedpumps-common.toml

Option Default Description
energyCapacity 10000 Internal energy buffer (FE)
energyUsagePerOperation 20 FE per fluid block pumped
fluidCapacity 32000 Tank size (mB)
maxPumpRange 64 Max horizontal scan radius
replaceFluidSourceWithStone true Stone fill after draining

Getting Started#

  1. Install NeoForge 26.2 — download from the NeoForge website and run the installer.
  2. Place the mod JAR in .minecraft/mods/.
  3. Launch Minecraft with the NeoForge profile.
  4. Craft a Ranged Pump (see crafting recipe in JEI/REI).
  5. Place it near a fluid and connect power + output pipes.
  6. Watch it drain — right-click to check status anytime.

Compatibility#

  • NeoForge 26.2 (Minecraft 1.21.1) — this release
  • Forge Energy (FE/RF) — works with any FE provider
  • Fluid pipes: Mekanism, Create (Fluid Pipes), XNet, Applied Energistics 2, Industrial Foregoing
  • No hard mod dependencies — install standalone
  • Fabric/Quilt: not available (NeoForge-only port)

Changelog#

v1.3.0 (MC 26.2, NeoForge)

  • Full port to NeoForge 26.2 (Minecraft 1.21.1)
  • Migrated to NeoForge 26.2 transfer-API: IEnergyStorageEnergyHandler, IFluidHandlerResourceHandler<FluidResource>
  • Updated saveAdditional/loadAdditional to ValueOutput/ValueInput API
  • Level.isClientSide field → isClientSide() method
  • BlockEntityType.Builder constructor updated
  • All 5 source files retained, 100% feature parity
← Back to