Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 days ago
All versions
1.0.3
Beta
1.0.32 months ago 50
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
New Physics
- Fluid viscosity: lava and other thick fluids flow slower through pipes. Lava has ~2.5x more friction than water. Configurable via viscosityScaling (set to 0 to disable)
- Siphon effect: pumps can push fluid over hills. The pump only needs enough power to reach the peak — the descent is free
- Flow splitting: when pipes branch, flow divides proportionally. A junction feeding two tanks splits the flow 50/50 instead of duplicating it
Goggle Improvements
- Fluid density and viscosity shown in the tooltip (e.g. 3000 kg/m³ · 6000 cP)
- Viscosity penalty displayed when flowing thick fluids (e.g. 2.5x friction)
- All pipes in a straight line now show the same flow rate — no more flickering between different values
- Remaining range decreases as you look further from the source
- Cleaner numbers throughout
Bug Fixes
- Fixed cauldron drain/fill not working with open-ended pipes
- Fixed flow rate jumping around every few ticks when tanks are draining
- Fixed crash during chunk generation with Sable tank mass
- Fixed pump range arrows not showing past siphon peaks
Optional dependencies
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:CuAT8bVS:2INHWwT3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CuAT8bVS:2INHWwT3"
}



