Tags
Creators
Details
Licensed Unlicense
Published 4 years ago
All versions
6.0.24-alpha
Alpha
Ender IO - 6.0.24-alpha2 years ago 4,363
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
NOTE: This is a final bugfix release for Ender IO 1.20.1, all efforts are now focussed on a NeoForge port.
What's Changed
- Added Conduit to the commonly used forge:relocation_not_supported tag by @agnor99 in https://github.com/Team-EnderIO/EnderIO/pull/584
- Check for dimension in FireCraftingHandler fallback method by @Techjar in https://github.com/Team-EnderIO/EnderIO/pull/606
- Fix electromagnet in spectator by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/609
- Fix XP Obelisk draining when other xp fluid is in it. by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/608
- Change configs to use Doubles by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/607
- Fix enchanter recipe issues by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/611
- Fix gear tag by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/615
- [WIP] Fix fluid dupe? by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/610
- Prevent item duplication by updating processing recipes in SAG Mill by @Lapis256 in https://github.com/Team-EnderIO/EnderIO/pull/616
New Contributors
- @Techjar made their first contribution in https://github.com/Team-EnderIO/EnderIO/pull/606
- @Lapis256 made their first contribution in https://github.com/Team-EnderIO/EnderIO/pull/616
Full Changelog: https://github.com/Team-EnderIO/EnderIO/compare/v6.0.23-alpha...v6.0.24-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:21GL2JbG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:21GL2JbG"
}




