Tags
Creators
Details
7.0.7-alpha
Compatibility
Changes
Ender IO 7.0.7-alpha
⚠️ This will be the final Ender IO 7 build that is also compatible with Minecraft 1.21. Ender IO 7.1 will be 1.21.1 only. ⚠️
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.
Recipe format changes were made in this release, as such custom datapacks may not work as expected.
Features
- [breaking] Make all machine recipes support item components
Bug Fixes
- Ensure Alloy Smelter recipe is_smelting is serialized in JSON
- Do not attempt to assemble a recipe before checking that it is still matching.
- Sunflower grinding recipe incorrectly requiring vines.
- Item duplication with filters
- Items voiding in filters
- Wrong check in FluidFilter equals
- Many conduit bugs, check commit description.
- Conduit missing particles (temporary fix)
- Conduit forget configuration when upgraded
- Entity filter was missing dupe fixes
- Placing a conduit below an existing bundle was not working.
- Breaking the last conduit would not play the breaking sound
- Network error when setting crafter template.
Miscellaneous Tasks
- Ensure consistent naming of OutputItem#item between 1.20 and 1.21
- Some recipe key consistency changes
- Sync changes to filter capabilities from 1.20.1.
- Break-out fluid rate scaling into a method
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:AzTCyAPX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:AzTCyAPX"
}





