What's Changed
- Optimize storage tick performance by @Technici4n in #6043
- Fix #6053: Incompatibility with The Bumblezone mod by @Technici4n in #6056
- Fix #6049: storage cells ignoring inverter cards by @Technici4n in #6057
- Account for notifications sent to grid nodes potentially destroying the grid that is currently being ticked, fixing potential crashes by @shartte in #6058
- Fixes #6031: add API for addons to register common AE2 behaviors (import, export, UI, etc.) for their custom storage types (i.e. gases) by @Technici4n in #6041
- Allow addons to register custom JEI entrystacks for their custom storage types (i.e. gases) by @shartte