Create: Faster Pipes

Quick rating

Community listing page, reviews here may not be monitored by the author.

Create: Faster Pipes

No reviews yet

Config to increase the flow rate of fluid pipes.

Mod Loaders
Minecraft

About

Description

Create pumps move RPM / 2 mB per tick and there's no setting to change it. This mod adds one.

Config

config/create_fast_pipes.json

{
   "flowRateMultiplier": 1.0,
   "maxFlowRate": 0
}
  • flowRateMultiplier scales the stock rate. Pump speed still matters.
  • maxFlowRate caps the result in mB/tick. 0 means no cap.

Commands

  • /createfastpipes reload applies changes immediately, even to pipes already flowing.
  • /createfastpipes shows the current values.

Server-side only – players don't need to install it. Works in singleplayer too.

Note: open pipe ends, hose pulleys, spouts and basins have their own limits of around 1000 mB/tick that this mod does not change. Tank-to-tank transfers are unlimited.