All versions
1.1.1-1.21.1
Release
Ender IO: Conduit Optimizer 1.1.1-1.21.14 hours ago 27
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
📄 Ender IO Conduit Optimizer Update Changelog
🇺🇸 English
✨ Quality of Life Improvements
- Auto-Insert Placement Mode: Added a new placement mode toggle for Item, Fluid, and Chemical conduits. You can now decide whether conduits automatically set their connections to "Insert" when placed next to inventories or machines. (Note: Energy and Redstone conduits are not affected by this setting).
- Seamless Toggling & Tooltip Integration: Press the dedicated hotkey (default
Shift + C) while holding a conduit or hovering over it in your inventory to toggle the mode. The current status and your bound hotkey are clearly displayed on the item's tooltip. This setting is saved per player and persists across game sessions. - Cleaner Cable Management: Previously, placing conduits in dense machine setups would cause them to connect to every adjacent block, requiring tedious manual disconnections. This feature prevents unwanted connections, making complex wiring much faster and less frustrating.
🇨🇳 中文
✨ 体验优化
- 自动输入放置模式: 为物品、流体和化学品导管新增了放置模式切换功能。玩家现在可以自由决定导管在放置时,是否自动将相邻面设置为“输入”模式。(注:能量导管与红石导管不受此功能影响)。
- 无缝切换与提示信息: 手持导管或在背包中将鼠标悬停在导管上时,按下快捷键(默认
Shift + C)即可快速切换。导管的提示信息(Tooltip)会实时显示当前模式及对应的快捷键。该设置会自动保存,退出游戏重进后依然有效。 - 布线体验改善: 在机器密集的区域布线时,原版导管默认的全向连接会导致其连接到周围所有不需要的机器上,玩家必须手动逐个关闭。此功能有效解决了这一痛点,防止了多余的连接,让复杂环境下的导管铺设更加整洁、高效。
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:SgW9mQeM:ML6t0DCt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SgW9mQeM:ML6t0DCt"
}

