Skip to content

Releases: Team-EnderIO/EnderIO

v6.2.5-beta for Minecraft 1.20.1

11 Dec 01:35
Compare
Choose a tag to compare

Ender IO 6.2.5-beta

This is a hotfix release for a couple important issues following the last bugfix release.

Bug Fixes

  • Conduit dupe when breaking with yeta wrench
  • Playing unnecessary pickup noise after fixing conduit dupe
  • Tweak xp obelisk calculations to avoid reaching a lockup.

v7.0.10-alpha for Minecraft 1.21.1

10 Dec 21:02
Compare
Choose a tag to compare

Ender IO 7.0.10-alpha

This release brings up a range of bugfixes from 1.20.1 - most importantly conduit filters & upgrades are no longer voided by the wrench, item conduits no longer periodically lose items, the XP obelisk works predictably and dragging from JEI into filters is repaired.

Features

  • Allow shift r-click with yeta to pick up conduit while flying
  • Remove purple borders from conduit connector boxes.

Bug Fixes

  • Tank recipes being erroneously mutated by the block entity
  • Ensure conduits drop filters & upgrades when shift+r-click with wrench
  • Occasional item loss with item conduits
  • Crash when clearing fluid lock on conduit
  • Filter items not persisting when dragged in from JEI/EMI.
  • Crafted capacitors not stacking beyond 1
  • Round robin only cycling between inputs if it moved a full stack size (base 4) at once.
  • Enchanter recipe conflict between Impaling and Sweeping Edge
  • Experience level calculations incorrect for display
  • XP Obelisk giving/taking incorrect XP.

Miscellaneous Tasks

  • Optimise ItemConduitTicker a tiny bit.
  • Add tests for experience methods

v6.2.4-beta for Minecraft 1.20.1

10 Dec 21:02
Compare
Choose a tag to compare

Ender IO 6.2.4-beta

This release contains a handful of more bug fixes - most importantly conduit filters & upgrades are no longer voided by the wrench, item conduits no longer periodically lose items, the XP obelisk works predictably and dragging from JEI into filters is repaired.

Bug Fixes

  • Ensure conduits drop filters & upgrades when shift+r-click with wrench
  • Occasional item loss with item conduits
  • Filter dragging still broken.
  • Round robin only cycling between inputs if it moved a full stack size (base 4) at once.
  • Enchanter recipe conflict between Impaling and Sweeping Edge
  • Experience level calculations incorrect for display
  • XP Obelisk giving/taking incorrect XP.

Miscellaneous Tasks

  • Optimise ItemConduitTicker a tiny bit.
  • Minor optimisation for emptiness check in ItemConduitTicker

v6.2.3-beta for Minecraft 1.20.1

09 Dec 18:58
Compare
Choose a tag to compare

Ender IO 6.2.3-beta

This release contains the highly awaited conduit probe copy+paste functionality, thanks @omergunr100!

Features

  • Allow shift r-click with yeta to pick up conduit while flying
  • Remove purple borders from conduit connector boxes.
  • Add conduit probe copy + paste

Bug Fixes

  • Tank recipes being erroneously mutated by the block entity
  • Filter items not persisting when dragged in from JEI/EMI.

Miscellaneous Tasks

  • Add safety clause for empty conduit bundle particles

v7.0.9-alpha for Minecraft 1.21.1

29 Oct 22:19
Compare
Choose a tag to compare

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

29 Oct 22:15
Compare
Choose a tag to compare

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

12 Oct 19:02
Compare
Choose a tag to compare

Ender IO 7.0.8-alpha

⚠️ Ender IO no longer supports 1.21 from this release forward, upgrade to 1.21.1 to continue receiving updates. ⚠️

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

03 Oct 18:10
Compare
Choose a tag to compare

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

30 Sep 16:30
Compare
Choose a tag to compare

Ender IO 7.0.7-alpha

⚠️ This will be the final Ender IO 7 build that is also compatible with Minecraft 1.21. Ender IO 7.1 will be 1.21.1 only. ⚠️

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

29 Sep 18:19
Compare
Choose a tag to compare

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