Tags
Creators
Details
7.1.2-alpha
Compatibility
Changes
Ender IO 7.1.2-alpha
⚠️ This update should still be used with caution, take backups etc. however we haven't seen any significant issues with these changes. ⚠️
This is a bugfix release, resolving many of the issues that arose during testing of 7.1.0 and 7.1.1. In addition, it adds the forgotten recipe for the facades.
Features
- Add chemical conduit locking gui
Bug Fixes
- Missing facade crafting recipes
- Make bundles with no conduits breakable by the player.
- Ghost slot handler not working for rewritten machine screens
- Empty fluid texture look-up
- Wired charger ignoring energy
- Some smelting recipes not being copied to alloy smelter
- Fluid tank data not syncing to block model
- Soul data on items when not needed
- Redstone Count Filter save error
- Ensure energy is generated at the correct time during the day
- Filters can be moved while their menu is open
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:1g7ctS3s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:1g7ctS3s"
}





