FastPipes

Fast item, fluid & energy pipes with smart sorting, pipe terminal, tiered barrels, and waterlogging. Supports JEI & Jade. NeoForge 1.21.1 / Forge 1.20.1.

File Details

fastpipes-1.21.1-1.1.0

  • R
  • Apr 4, 2026
  • 363.87 KB
  • 36
  • 1.21.1
  • NeoForge

File Name

fastpipes-1.21.1-1.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:fast-pipes-1329310:7871351"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

FastPipes 1.1.0 — Changelog

✨ New Features

  • Fluid Pipes now work! Full fluid transport between tanks with extraction and filtering support
  • Inserter Attachment — new attachment type (5 tiers: Basic → Ultimate) that marks a pipe side as an item destination with priority routing
  • Jade integration for all pipe types — Item, Fluid, and Energy pipes now show info tooltips (speed, transfer rate, fluid contents, items in transit)
  • Pipes accept items from machines directly — pipes now expose IItemHandler/IFluidHandler/IEnergyStorage capabilities so adjacent machines can push into the network

🔧 Improvements

  • Items now bounce back to sender when no valid destination is found
  • All pipe stats (speed, capacity, transfer rate) are now configurable via server config
  • JEI integration — info pages for all pipes, extractors, and inserters
  • Minimum NeoForge version bumped to 21.1.194

🐛 Bug Fixes

  • Fixed Z-fighting / texture flickering at pipe junctions — inventory attachment model was incorrectly rendered on top of connector rings at every pipe-to-pipe connection
  • Fixed transparent gaps at pipe junctions — connector rings now have proper cap faces on all sides
  • Fixed dark seams at pipe junctions — added noOcclusion() and disabled ambient occlusion on pipe models
  • Fixed energy pipe junction rendering regression
  • Fixed fluid pipe crash (FluidPipeMessage)
  • Fixed wrong fluid texture in pipes
  • Fixed broken loot tables
  • Fixed FluidFilterSlot logic
  • Fixed FluidNetwork NBT saving