Tags
Creators
Details
7.1.1-alpha
Compatibility
Changes
Ender IO 7.1.1-alpha
⚠️ This upgrade is more experimental than typical releases, please backup and exercise caution. ⚠️
This is a hotfix release with some facade and machine rewrite fixes.
Info for Pack Devs
We'd recommend avoiding the 7.1 releases for now, we've made a number of changes to machines which cannot be rolled back to 7.0.x without (minor) machine data loss. We'll remove this warning once we're satisfied with the stability.
Info for Players
Please backup your saves before trying out this build of Ender IO, rolling back will result in loss of some data (IO Config, Redstone Control and similar settings). Please report any and all issues to us on GitHub. Thanks a lot!
Features
- Make conduit bundle inherit light, friction and sound from facades.
Bug Fixes
- Facade ghosts visible after being broken
- Facade duping
- Pressurized fluid tank menu crashes when opening
- IO Config with wrench + GUI not implemented after machine rewrite
- Painted travel anchor crash
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:3er2OlmB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:3er2OlmB"
}





