promotional bannermobile promotional banner

Logistic Pipes 2

Experimental
Logistic Pipes 2 is a NeoForge 1.20.1 revival of the classic Logistics Pipes — request-based item routing, automated crafting, and modular chassis pipes brought back to modern Minecraft.

File Details

logisticspipes-0.0.1-SNAPSHOT-1.20.1.jar

  • R
  • Apr 16, 2026
  • 5.44 MB
  • 25
  • 1.20.1
  • NeoForge

File Name

logisticspipes-0.0.1-SNAPSHOT-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

NeoForge

implementation fg.deobf("curse.maven:logistic-pipes-2-1516150:7937068")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

All notable changes to this project are documented here. The format is based on Keep a Changelog, and this project follows Semantic Versioning where practical.

0.0.1 - 2026-04-16

First public beta of Logistic Pipes 2 — a NeoForge 1.20.1 revival of the classic Logistics Pipes. Distributed under the MMPL-1.0.1.

Added

  • Initial NeoForge 1.20.1 port of the full Forge 1.12.2 codebase
  • Core pipe placement, persistence, and rendering
  • Routing network (ServerRouter / ClientRouter), pathfinding, promises
  • Chassis pipes (Mk1–Mk5) with hot-swappable modules
  • Request pipes, provider pipes, crafter pipes, satellite pipes
  • GUI rewrite on the 1.20.1 Menu/Screen API (all LP screens)
  • Packet system on SimpleChannel + LPPacketPayload
  • RegisterCapabilitiesEvent wiring for the main block entities
  • Item models and crafting recipes for modules and upgrades
  • Brigadier-based commands; OreDictionary → Tags migration

Known issues

  • JEI integration — LP's JEI plugin is ported but JEI itself cannot be loaded on NeoForge 1.20.1 due to an SRG-name remap gap; see MIGRATION.md for details
  • Third-party mod integrations — BuildCraft, IC2, Thermal Dynamics, EnderStorage, IronChest, OpenComputers, The One Probe are stubbed; waiting on upstream 1.20.1 ports
  • Rendering polish — traveling items render but are still being tuned
  • SideConfigDisplay — not yet ported
  • No world upgrade path from 1.12.2 saves — start on a fresh 1.20.1 world

Credits

  • Krapht — original Logistics Pipes concept
  • RS485 and the LogisticsPipes contributors — the 1.12.2 codebase this port is built on; see upstream contributors
  • NoZeroG — NeoForge 1.20.1 migration and ongoing maintenance