File Details
AE2Enhanced-1.3.0.jar
- R
- May 3, 2026
- 1.88 MB
- 27
- 1.12.2
- Forge
File Name
AE2Enhanced-1.3.0.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
New Feature: Supercausal Computation Core
- The third-stage multiblock structure — a super crafting CPU for the AE2 network.
- 5 new blocks: Computation Core Controller, Super Crafting Interface, Constant Tensor Field Casing, Constant Spinor Field Casing, and Micro Singularity
- 854-block multiblock structure with 4-direction rotation support
- New TESR
- Virtual CraftingCPUCluster pool: dynamic spawning and recycling of CPU clusters
- Long.MAX_VALUE crafting storage capacity
- 16384 accelerator slots (configurable via crafting.maxParallel)
- Multi-order concurrency: always maintains ≥1 idle CPU; automatically spawns standby clusters when the last idle CPU is consumed
Mixin architecture:
- MixinCraftingGridCache: tracks TileComputationCore via addNode/removeNode, re-injects virtual clusters after updateCPUClusters() rebuild, and provides submitJob fallback
- MixinCraftingCPUCluster: redirects isActive(), getGrid(), getWorld(), markDirty() for virtual clusters; batch crafting with network inventory refill
- TileSuperCraftingInterface: dedicated ME cable access point that borrows the controller's network node
- Fallback injection: injectCpuPoolIntoCraftingGridCache() runs every tick to ensure terminal always sees the latest CPU pool
Other Changes
- MixinCreativeCellInventory: Creative Cell inventory capacity set to Long.MAX_VALUE
- Big-number formatting: Z/Y units with scientific notation and Shift-toggle
- New config: crafting.maxParallel (default: 16384)
- GUI framework: dual-state (unformed/formed) GUI with full localization
- New localizations: ru_ru.lang, ja_jp.lang
Fixes
- ME cable connection order and proxy recovery after chunk reload
- Virtual batch crafting localCache refill for extreme orders (1e9+ octuple compressed)
- Casing recipes now use AE2 materials (quartz glass + fluix crystal)
- Essentia/Gas storage discovery via reflection-safe isInstance
- NoClassDefFoundError when Mekanism/Thaumcraft is not installed

