All versions
1.0.2-1.21.1
Release
Ender IO: Pressure Conduits 1.0.2-1.21.1last month 110
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
📄 Ender IO: Pressure Conduits Update Changelog
🇺🇸 English
✨ Features & Improvements
- Performance Optimization: Fixed a calculation redundancy where conduits would attempt to process air transfers to themselves. While this issue did not affect normal gameplay or functionality, removing it eliminates unnecessary background processing, improving the overall performance of large-scale conduit networks.
- GUI Update: Completed and added the missing visual icons for the pressure conduit within the conduit configuration menu.
🇨🇳 中文
✨ 新增与优化
- 性能优化: 修复了导管在工作时会尝试向自身进行输送的冗余计算问题。虽然该问题在过去并未影响正常的空气传输与运作,但在修复后排除了这一无意义的后台检测开销,从而提升了大型气压导管网络的运行性能。
- 界面完善: 补全了气压导管在导管配置界面(GUI)中原本缺失的专属操作图标。
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:3EOJbFm9:fGaBgDau"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3EOJbFm9:fGaBgDau"
}




