Tags
Creators
Details
Licensed Unlicense
Published 4 years ago
All versions
1.20.1-6.0.8-alpha
Alpha
Ender IO - 6.0.8-alpha3 years ago 204
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
What's Changed
- Added the wired charger by @Trytoon in https://github.com/Team-EnderIO/EnderIO/pull/172
- Misc bugs by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/341
- ae2 undisabling a connection with a yeta wrench now properly reconnects by @agnor99 in https://github.com/Team-EnderIO/EnderIO/pull/355
- Reduce lang duplication by reusing glass names by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/348
- Allow redstone to connect to machines by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/367
- Fix Enchanter shift-click and Exp cost by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/368
- Change autosmelt to GLM and use datagen. by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/365
- Fix inverted glass recipes by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/370
- Fix Monster Token Recipe by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/372
- Fix sword model. by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/374
- Energy conduit round robin. by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/339
- Using GitHub actions for nightly and release by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/393
- Check boss tag by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/396
- Flatten almost all machines and tidy up data generator by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/390
- Fix Enderman Head crash by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/399
- Stop using datagen to make machine models by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/400
- Fix XP fluid conversions by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/377
- Loot Tweaks by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/273
- Consume inputs after processing by @Rover656 in https://github.com/Team-EnderIO/EnderIO/pull/336
- Move Range code to common Machine block class by @ferriarnus in https://github.com/Team-EnderIO/EnderIO/pull/362
Full Changelog: https://github.com/Team-EnderIO/EnderIO/compare/v6.0.7-alpha...v6.0.8-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:2HM2Z41A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:49ZofO4f:2HM2Z41A"
}




