Tags
Creators
Details
7.0.8-alpha
Compatibility
Changes
Ender IO 7.0.8-alpha
⚠️ Ender IO no longer supports 1.21 from this release forward, upgrade to 1.21.1 to continue receiving updates. ⚠️
Conduit JSON reading changed slightly in this release, if you have custom conduits you may wish to review the transfer rates. Transfer rates are now described as per-tick for almost all conduits except item conduits, which are per-second.
Features
- Fluid conduits ensure they extract from all internal tanks
- Rework conduit tooltips, fix some rates and prepare for fast item conduits
Bug Fixes
- Fixed fluid conduits not working at all
- Redstone conduit not connecting to Copper Bulbs
- Energy conduit outputs max transfer rate despite buffer contents
- Ensure we use ROOT Locale for toLowerCase (crashing Turkish PCs)
- Aversion Obelisk and Entity Filter bugs and crash fixes
- Possible conduit crash if no conduits are in a bundle somehow.
- Alloy smelter not smelting vanilla recipe when all input slots are filled
- Some tag inconsistencies
Miscellaneous Tasks
- Bump minimum Minecraft version to 1.21.1
- Ensure consistent filter serialization for soul filter.
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:49ZofO4f:rfz1As4e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:rfz1As4e"
}





