Releases: Team-EnderIO/EnderIO
v7.0.6-alpha for Minecraft 1.21.1
Ender IO 7.0.6-alpha
This build is also compatible with Minecraft 1.21.
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.
Features
- Re-add IO Config show/hide neighbour button
Bug Fixes
- Soul vial deleted when capturing using the first slot of a dispenser.
- Ensure isSmelting is synced for alloy smelter recipes.
- Do not show smelting recipes for the primitive alloy smelter in JEI.
- Recipe input filtering is now based on alloy smelter mode.
- Smelting recipes not inherited when KubeJS is in use.
Miscellaneous Tasks
- Ensure all modules have a valid jar manifest.
v7.0.5-alpha for Minecraft 1.21.1
Ender IO 7.0.5-alpha
This build is also compatible with Minecraft 1.21.
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.
Bug Fixes
- Revert energy conduit connection defaults to check capability canReceive/canExtract.
- Crafter works without energy
- Crafter not checking for the full amount of energy being present.
- Skip smelting recipe inheritance for recipes that do not have valid result items.
v6.1.11-beta for Minecraft 1.20.1
Ender IO 6.1.11-beta
Bug Fixes
- Default to extract only on capabilities that report false on canReceive/canExtract
- Crafter works without energy
- Crafter not checking for the full amount of energy being present.
- Ensure broken tools are destroyed in slice 'n' splice
- Soul vial deleted when capturing using the first slot of a dispenser.
- Crash when playing with Starlight installed
Miscellaneous Tasks
- A handful of performance improvements
v7.0.4-alpha for Minecraft 1.21.1
Ender IO 7.0.4-alpha
This build is also compatible with Minecraft 1.21.
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.
Bug Fixes
- Conflicting recipe IDs in smelting recipe inheritance
v7.0.3-alpha for Minecraft 1.21.1
Ender IO 7.0.3-alpha
This build is also compatible with Minecraft 1.21.
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.
Features
- Change Energy conduit cap to be per-node instead of per-tick.
- Ensure shift+clicking a filter on vacuum chest targets filter slot first.
- [API breaking] Handle alloy smelting vanilla inheritance with recipe manager.
Bug Fixes
- Another attempt at fixing crowdin (will backport to 1.20.1 once complete)
Miscellaneous
- A handful of performance improvements ported from 1.20.1
v6.1.10-beta for Minecraft 1.20.1
Ender IO 6.1.10-beta
Features
- Make the filter slot in the vacuum chest work
Bug Fixes
- Fluid filter crash, corrected the size and ensure no index-out-of-bounds can occur.
- Fluid conduit speed upgrades not applying fully
- Fluid tank recipes not working after block load/server restart.
- Stored tank fluid is not shown/rendered correctly in item form
- Item duplication with filters (Note: item voiding is not yet fixed properly)
v7.0.2-alpha for Minecraft 1.21.1
Ender IO 7.0.2-alpha
This build is also compatible with Minecraft 1.21.
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.
Some configuration defaults have been changed in this release, you may need to update your existing config's.
Features
- Add soul chain to c:chains
- Update and fix Crowdin translations
- Add config flag to disable machine energy input throttling
Bug Fixes
- Fill and empty recipes not working as expected.
- Allow null direction on Energy Conduit to allow Jade to display buffer.
- Ensure stirling generator saves burn progress
- Save stored entity on solar panels
- Fix wired charger calculations (Also lowered default speed of wired charger and increased capacity of staff of levity.)
v7.0.1-alpha for Minecraft 1.21.1
Ender IO 7.0.1-alpha
This build is also compatible with Minecraft 1.21.
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.
Features
- Add chemical filters (with laserio compatibility too)
Miscellaneous Tasks
- Update all dependencies in development environment.
- [API breaking] Bump minimum AE2 version and add support for exposing capabilities with any context.
- Add guard clause to GridHelper.onFirstTick to avoid calling create twice. (Speculative fix for an AE2 related crash)
- Bump graphlib and use maven mirror.
Build
(Developer changes, you can ignore these as a player)
- Fix gradle string interpolation for publish versioning [no ci]
- Fix maven publishing and update readme for new maven name [no ci]
- Publish all modules separately with dependencies [no ci]
- Also publish modded conduits [no ci]
- CompileOnly refined storage [no ci]
- RuntimeOnly refined storage in enderio target [no ci]
- Put back data generation that I mistakenly removed [no ci]
- Fixed the ensure compiler plugin
- Add checkstyle gradle plugin and fix warnings.
- Introduce spotbugs gradle plugin [no ci]
- Use api configuration instead of implementation to ensure maven dependencies are scoped correctly [no ci]
v6.1.9-beta for Minecraft 1.20.1
Ender IO 6.1.9-alpha
Bug Fixes
- Ensure stirling generator saves burn progress
- Fix wired charger calculations
Miscellaneous
- Update Crowdin Translations
v7.0.0-alpha for Minecraft 1.21.1
Ender IO 7 will remain in alpha until we are satisfied with the stability of existing content.
There are some planned changes to early-game Ender IO still in the works, expect some recipes to change.
This build is also compatible with Minecraft 1.21.
- Work-in-progress texture overhaul and GUI redesign thanks to CyanideX
- Rewritten conduits with datapack support (facades are work-in-progress currently)
- RS2 conduits
- Enchantments temporarily removed
- Loot capacitor random names are back!
- Added fuel efficiency and burning generation rate properties for capacitors.
- Added The Vat for fluid crafting (recipes still work-in-progress)
- Added the "Phantom" solar panel
- Added inhibitor, aversion and relocator obelisks.
- Support for JEI bookmarks
- Grains of Infinity can now be acquired through sag-milling -and- from setting deepslate on fire.
- Support for Laser IO filters in conduits
- Support for NeoForge configuration menu.
- Added sag-mill recipes for raw iron, gold & copper
- Fixed a significant number of bugs
- Many other changes that were made in the transition to NeoForge