File Details
appliedenergistics2-9.0.0-alpha.2.jar
- A
- Oct 27, 2021
- 4.85 MB
- 23.2K
- 1.17.1
- Forge
File Name
appliedenergistics2-9.0.0-alpha.2.jar
Supported Versions
- 1.17.1
Curse Maven Snippet
Fluid Crafting
This release introduces the ability to directly use fluids from your ME system in place of buckets or other fluid containers in crafting recipes. To test this feature, you need to enable the fluid substitution button in the patten terminal. Slots that will be replaced with fluids from your system will be highlighted in green when you hover the button.

What's Changed
- Fix crafting calculation failing when the same item with different NBT is in the network by @Technici4n in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5598
- Fix crafting jobs not resuming after world or chunk unload/reload by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5601
- Improve crafting calculator performance and byte usage for autocrafting requests with deep nesting by @Technici4n in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5600
- Fix ME Item Interface freezing when items are extracted while the network is booting by @Technici4n in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5604
- Allow fluid substitution for crafting recipes by @Technici4n in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5599
- Fix partitioning of fluid storage cells by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5585
- Correctly clean up unused NBT data on storage cells that results from removed item types by @Technici4n in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5587
- Fix ME IO Port not correctly detecting when a cell becomes empty or full while moving items by @Technici4n in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5588
- Fix #5300: IO Port copies craftable flag to target cell by @Technici4n in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5589
API Changes
- Simplify Cell Handler Classes by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5590
- Migrate remaining API interfaces to static utility classes to simplify API usage by @shartte in https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/5594

