Tags
Creators
Details
Licensed Unlicense
Published 4 years ago
All versions
6.0.17-alpha
Alpha
Ender IO - 6.0.17-alpha3 years ago 510
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
What's Changed
- add recipe for travel anchor and staff or travelling by @mystchonky in https://github.com/Team-EnderIO/EnderIO/pull/453
- clarify redstone channel and conduit channel lang by @agnor99 in https://github.com/Team-EnderIO/EnderIO/pull/459
- improve performance of conduit syncing by @agnor99 in https://github.com/Team-EnderIO/EnderIO/pull/460
- let energy conduits figure out default IO mode by themselves by @agnor99 in https://github.com/Team-EnderIO/EnderIO/pull/458
- Change ae2 cost by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/470
- Add Warden to Blacklist by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/468
- Update Slot on Shift Click by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/467
- Fix active textures of Machines by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/466
- Fix Spawner Blacklist Tag. by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/464
- Pull lightemission to the Block Entity Level by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/465
- replace slicer recipe cache with a slot aware recipe cache by @agnor99 in https://github.com/Team-EnderIO/EnderIO/pull/461
- New Crowdin updates by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/474
- Ignore sides when using experience rod. by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/473
- Add forge ingot, dust, nugget and storage block tags by @Lemon-Juiced in https://github.com/Team-EnderIO/EnderIO/pull/424
- Disallow buckets in the Stirling generator by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/477
- Anchor changes by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/456
- Add Drain by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/373
- fix crash by @agnor99 in https://github.com/Team-EnderIO/EnderIO/pull/457
- Add inv sorter support by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/475
- Add the Soul Engine by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/357
- Store Enchanter Recipe in the BE by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/420
New Contributors
- @Lemon-Juiced made their first contribution in https://github.com/Team-EnderIO/EnderIO/pull/424
Full Changelog: https://github.com/Team-EnderIO/EnderIO/compare/v6.0.16-alpha...v6.0.17-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:EIu82TA3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:EIu82TA3"
}




