All versions
2.0.3
Release
FastPipes 2.0.3last week 16
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Extractor Attachments can now pull energy — energy pipes used to be entirely passive: they only ever received what a machine chose to push into them. Any device that merely exposes a drainable buffer without pushing — a Sophisticated Backpack with an energy upgrade, most capacitors and accumulators — was therefore unreachable, and would sit permanently full while the pipe next to it stayed empty. Placing an Extractor Attachment on an energy pipe now actively drains the adjacent block into the network.
- Extraction rate per tier mirrors the energy pipe tiers: 1,000 / 4,000 / 8,000 / 16,000 / 32,000 FE per tick (
energyToExtract,energyTickIntervalin the server config). - The pipe the extractor sits on still caps throughput, matching how the rest of the energy code treats boundary pipes — a Basic pipe never moves more than its own transfer rate no matter which extractor is attached.
- Energy has nothing to filter on, so in energy mode the extractor GUI offers no filter slots and the blacklist/whitelist, exact-match and routing controls are disabled. Redstone mode still works.
- Extraction rate per tier mirrors the energy pipe tiers: 1,000 / 4,000 / 8,000 / 16,000 / 32,000 FE per tick (
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vLNEmWij:hWzRomGr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vLNEmWij:hWzRomGr"
}

