Links
Creators
Details
Licensed Depends on version
Published 4 years ago
Updated last year
All versions
7.99.24.2
Beta
7.99.24.22 years ago 59
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Addon Related Changes:
- Added PipeBehaviour.shouldForceConnection and PipeFlow.shouldForceConnection.
- Allowed PipeFlowItems and PipeFlowFluids to connect to to any PipeFlow that implements IFlowItems or IFlowFluids.
Improvements:
- The ownership ledger now shows the player's helmet ontop of the player's face.
- Brought back the power pipe flowing animation from 7.2.x.
Bug fixes:
- [#3762] Fixed pipe breaking particles using the missing texture and spawning in the wrong place.
- [#4407] Fix a crash when a gate tried to set a filler's pattern (128-bit-guy).
- [#4422] Fixed PipeFlowItems.insertItemsForce crashing if the "from" parameter was null.
- [#4432] Added a config option to enable/disble the usage of stencils for the architect table. Should help prevent the builders module never loading on some computers.
- [#4433] Crash when something sends an invalid tile update message that doesn't include the byte[] of message data.
- [#4443] Added a much better workaround for the facade crash with tofucraft.
- [#4450] Fixed a critical bug where pipe's caching logic could sometimes mean that minecraft blocks (like the furnace) had their inventories completely reset.
- Fixed the builders config not loading at all.
- Fixed the guide chapter list not always being visible (especially on resolutions other than 16:9)
Localisation:
- Updated Russian translation (kellixon)
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:dIwAzrx4:sSAY003b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dIwAzrx4:sSAY003b"
}


