Releases: Team-EnderIO/EnderIO
v7.0.9-alpha for Minecraft 1.21.1
Ender IO 7.0.9-alpha
This release contains a handful of QoL features and bugfixes.
Features
- Support JEI click areas and ghost dragging
- Play item pickup sound when shift r-click conduit with yeta
Bug Fixes
- Catch class cast exceptions when loading crafting recipes
- Crafters were using a shared global crafting container accidentally.
- Redstone control icons were not correct
Miscellaneous Tasks
- Replace checkstyle with spotless
- Some tweaks to the JEI changes
v6.2.2-beta for Minecraft 1.20.1
Ender IO 6.2.2-beta
This release contains a handful of important conduit bugfixes that were deferred during the release of 6.2.1-beta, as well as a handful of other things.
Features
- Fluid conduits ensure they extract from all internal tanks
- Backport JEI ghost slot and show recipes
- Play item pickup sound when shift r-click conduit with yeta
Bug Fixes
- Backport some conduit fixes (fluid and breaking)
- Catch class cast exceptions when loading crafting recipes
- Crafters were using a shared global crafting container accidentally.
- Redstone control icons were not correct
v7.0.8-alpha for Minecraft 1.21.1
Ender IO 7.0.8-alpha
Conduit JSON reading changed slightly in this release, if you have custom conduits you may wish to review the transfer rates. Transfer rates are now described as per-tick for almost all conduits except item conduits, which are per-second.
Features
- Fluid conduits ensure they extract from all internal tanks
- Rework conduit tooltips, fix some rates and prepare for fast item conduits
Bug Fixes
- Fixed fluid conduits not working at all
- Redstone conduit not connecting to Copper Bulbs
- Energy conduit outputs max transfer rate despite buffer contents
- Ensure we use ROOT Locale for toLowerCase (crashing Turkish PCs)
- Aversion Obelisk and Entity Filter bugs and crash fixes
- Possible conduit crash if no conduits are in a bundle somehow.
- Alloy smelter not smelting vanilla recipe when all input slots are filled
- Some tag inconsistencies
Miscellaneous Tasks
- Bump minimum Minecraft version to 1.21.1
- Ensure consistent filter serialization for soul filter.
v6.2.1-beta for Minecraft 1.20.1
Ender IO 6.2.1-beta
This release contains important a hotfix to prevent EnderIO from breaking other mods's recipes following the release of 6.2.0-beta.
Changes to conduits, such as tooltips and rebalancings, were reverted for this hotfix release as they were not in a good enough state for release, but we wanted to get these fixes out as soon as possible.
Features
- Backported Aversion Obelisk and Soul Filters (thanks krxdev-kaan!)
Bug Fixes
- Do not modify RecipeManager#context (misunderstanding with Shadow when writing a mixin, apologies to packmakers and devs for the confusion).
- Do not throw tag exceptions for sag mill
v7.0.7-alpha for Minecraft 1.21.1
Ender IO 7.0.7-alpha
Note Mekanism on 1.21 is not compatible with Ender IO. To use these together you must update to 1.21.1.
Recipe format changes were made in this release, as such custom datapacks may not work as expected.
Features
- [breaking] Make all machine recipes support item components
Bug Fixes
- Ensure Alloy Smelter recipe is_smelting is serialized in JSON
- Do not attempt to assemble a recipe before checking that it is still matching.
- Sunflower grinding recipe incorrectly requiring vines.
- Item duplication with filters
- Items voiding in filters
- Wrong check in FluidFilter equals
- Many conduit bugs, check commit description.
- Conduit missing particles (temporary fix)
- Conduit forget configuration when upgraded
- Entity filter was missing dupe fixes
- Placing a conduit below an existing bundle was not working.
- Breaking the last conduit would not play the breaking sound
- Network error when setting crafter template.
Miscellaneous Tasks
- Ensure consistent naming of OutputItem#item between 1.20 and 1.21
- Some recipe key consistency changes
- Sync changes to filter capabilities from 1.20.1.
- Break-out fluid rate scaling into a method
v6.2.0-beta for Minecraft 1.20.1
Ender IO 6.2.0-beta
This update brings some breaking changes to APIs used by the KubeJS plugin, as such we have marked this version as incompatible with the previous version and are bumping our major number.
Features
- Handle alloy smelting vanilla inheritance with recipe manager.
- All machines now support NBT outputs.
Bug Fixes
- Prevent crafter from attempting to assemble a recipe before checking that it still matches.
- Sunflower grinding recipe incorrectly requiring vines.
- Items voiding in filters.
- Some lang files named incorrectly.
Miscellaneous Tasks
- Mark as incompatible with KubeJS EnderIO < 0.6.0
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