File Details
AE2Enhanced-1.4.3-alpha.jar
- A
- May 18, 2026
- 2.11 MB
- 23
- 1.12.2
- Forge
File Name
AE2Enhanced-1.4.3-alpha.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
New Features
- Stocking Bus recipe: Crafted with one Universal Import Bus, one Universal Export Bus, and one Redstone Comparator.
- Creative tab additions: Universal Import Bus, Universal Export Bus, and Stocking Bus are now available in the AE2Enhanced creative tab.
- Stocking Bus middle-click GUI: Added a popup number input GUI when middle-clicking config slots, supporting math expressions.
- Creative Cell capacity: Raised the internal stack size cap from
Long.MAX_VALUEtoLong.MAX_VALUE / 2(approx. 4.6E18).
Bug Fixes
- Creative Cell display overflow: Fixed negative display values when a creative cell containing an existing network item was inserted.
- Stocking Bus supply logic: Fixed
supplyFluid,supplyGas, andstockEssentiasincorrectly interpretingextractItemsreturn value, which broke non-item output when the network was abundant. - Stocking Bus unit alignment:
targetAmountnow uses 1:1 mapping with mB/units for fluids and gases; config maxStack set toInteger.MAX_VALUE. - Stocking Bus non-item output reliability: Added
IFluidHandlerdirect fallback and improvedmaxWorktracking acrossdoBusWork(). - Stocking Bus external fake items: Now supports
FluidDummyItem, ae2fc drops, andItemDummyAspectas filter targets. - Stocking Bus zero-amount clearing: Config slots with zero amount are now properly cleared.
- Fluid operation order: Fixed empty bucket output by filling the container before retrieving it.
- Computation Core ghost CPU leak: Removed leaked CPU entries from
CraftingGridCacheon disassembly, chunk unload, and tile invalidation. - Essentia drop encoding: Migrated aspect encoding from metadata to NBT to prevent collision.
- MixinCraftingCPUCluster stability: Replaced 10
@Overwritemethods with@InjectatHEAD+cancellableto improve mod compatibility. - Network thread safety: Fixed race conditions in
PacketMEMonitorableActionand extracted gas logic to helper classes. - Classloading safety: Isolated conditional-mod class references (Thaumcraft / Mekanism) from unconditionally loaded code paths.

