Tags
Creators
Details
6.0.13-alpha
Compatibility
Changes
What's Changed
- Prevent displaymode change on capacitor bank by @jollycar in https://github.com/Team-EnderIO/EnderIO/pull/421
- Fix multiblock energy storage charging when reaching int.max by @GotoFinal in https://github.com/Team-EnderIO/EnderIO/pull/330
- Raise forge version for compat with neo. by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/423
Important note for forge versions: We will not provide support for forge versions after 47.1.3 even though the game will now start, if you are having issues, make sure you try that version of forge first.
New Contributors
- @jollycar made their first contribution in https://github.com/Team-EnderIO/EnderIO/pull/421
- @GotoFinal made their first contribution in https://github.com/Team-EnderIO/EnderIO/pull/330
Full Changelog: https://github.com/Team-EnderIO/EnderIO/compare/v6.0.12-alpha...v6.0.13-alpha
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:Z7mE3FCZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:Z7mE3FCZ"
}




