Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 8 months ago
All versions
0.5.0.i-1017+1.19.2
Beta
Create 1.19.2 v0.5.0.i Patch 63 years ago 143.4K
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
- fix pipes trying to extract the first thing, even if not extractable (#909)
- fix belt processing easily causing dupes (#903)
- fix Mechanical Arms interfering with other processing (#897)
- fix funnels flapping unnecessarily when arms target them
- fix pipes not fully connecting to things (#885)
- fix checking uses for potion fluid in EMI ignoring the potion (#884)
- fix crashing when pumping fluid from an entirely flowing body (#875)
- fix Weighted Ejectors causing a crash when yeeting items into a funnel (#923)
- fix frog and warden conductor hats (#893)
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:Xbc0uyRg:EkeMb3jA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xbc0uyRg:EkeMb3jA"
}

