Tags
Creators
Details
7.0.10-alpha
Compatibility
Changes
Ender IO 7.0.10-alpha
This release brings up a range of bugfixes from 1.20.1 - most importantly conduit filters & upgrades are no longer voided by the wrench, item conduits no longer periodically lose items, the XP obelisk works predictably and dragging from JEI into filters is repaired.
Features
- Allow shift r-click with yeta to pick up conduit while flying
- Remove purple borders from conduit connector boxes.
Bug Fixes
- Tank recipes being erroneously mutated by the block entity
- Ensure conduits drop filters & upgrades when shift+r-click with wrench
- Occasional item loss with item conduits
- Crash when clearing fluid lock on conduit
- Filter items not persisting when dragged in from JEI/EMI.
- Crafted capacitors not stacking beyond 1
- Round robin only cycling between inputs if it moved a full stack size (base 4) at once.
- Enchanter recipe conflict between Impaling and Sweeping Edge
- Experience level calculations incorrect for display
- XP Obelisk giving/taking incorrect XP.
Miscellaneous Tasks
- Optimise ItemConduitTicker a tiny bit.
- Add tests for experience methods
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:iKFjllLQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:iKFjllLQ"
}





