All versions
1.1.5-Forge-1.20.1
Release
Ender IO: Evolution 1.1.5-Forge-1.20.13 days ago 95
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
📄 Ender IO Evolution Update Changelog
🇺🇸 English
🐛 Bug Fixes & GUI Adjustments
- Capacitor Saving Fix: Fixed a critical issue where capacitors placed inside machines would sometimes fail to save and disappear after players re-entered the game.
- SAG Mill Buttons: Fixed the display and functionality of the toggle buttons on the left sidebar of the SAG Mill interface.
- Infinity Generator UI Fix: Fixed an issue where the Infinity Generator incorrectly displayed the "Machine Stats" button, which is only intended for crafting machines.
- Infinity Generator GUI: Corrected the graphical interface layout of the Infinity Generator, slightly widening the energy bar to ensure proper visual alignment.
🇨🇳 中文
🐛 修复与界面调整
- 电容保存修复: 修复了放置在机器内的电容在玩家重新进入游戏后,可能无法正常保存并导致丢失的问题。
- 磨粉机按钮修复: 修复了磨粉机界面左侧边栏的功能按钮显示与交互异常的问题。
- 发电机界面修复: 修复了无限粉发电机界面中错误显示“机器运行参数”按钮的问题(该按钮仅适用于制造型机器,发电机不再显示)。
- 发电机 GUI 修正: 修正了无限粉发电机的图形界面(GUI)布局,微调了电量条的宽度以确保视觉对齐。
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:hNO5fwqf:eaVpPzL8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hNO5fwqf:eaVpPzL8"
}

