Tags
Creators
Details
v9.0.0-alpha
Compatibility
Changes
Ender IO 9.0.0-alpha
:tada: This is the initial release for Minecraft 26.1.2! This is currently inline with the latest 1.21.1 build (barring a single feature change) however with a lot of changes under the hood for the new Minecraft version.
We'll continue to make porting changes, fix bugs and otherwise address both porting changes -and- design changes until we reach beta. Until we hit beta, expect stuff to explode at any time.
Features
- Allow using bucketed fuel in stirling generator
- Currently has the side-effect of fuel being extractable with conduits or by setting machine to push, we're working on this.
Experiments
Experiments are new features locked behind feature flags, these are work-in-progress and shouldn't be enabled on your primary world.
- The Ender IO
- Early work in progress
Optional dependencies
Supplementary resources
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:QDY3lMxO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:QDY3lMxO"
}





