promotional bannermobile promotional banner

AE2Enhanced

This mod adds a multi-block structure to handle an extremely large number of synthesis problems for AE2

File Details

AE2Enhanced-1.3.1.jar

  • R
  • May 4, 2026
  • 1.89 MB
  • 30
  • 1.12.2
  • Forge

File Name

AE2Enhanced-1.3.1.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ae2enhanced-1525976:8038485")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Features

  • Added placement preview: placing a controller now renders a ghost preview of the remaining structure blocks
  • Updated localization

Bug Fixes

  • TESR GL State Fixes
    • RenderComputationCore: fixed critical enableBlend() leak — disableBlend() was never called in finally, causing all subsequent block/entity rendering in the same frame to enter incorrect alpha blending
    • RenderComputationCore: fixed glLineWidth leak — subroutines (drawDysonFrame 3.0f, drawEnergyStreams 2.5f, drawSupportRings 4.0f) never reset line width back to 1.0f
    • RenderBlackHole / RenderMicroSingularity: added disableCullFace() with conditional restore, preventing back-face culling from producing "cut off" artifacts when the sphere intersects structure blocks or when the camera is inside the sphere
    • RenderHyperdimensionalController: removed GL_LINE_SMOOTH + glHint(GL_NICEST). On some Intel iGPUs and AMD drivers this optional extension causes the driver to enter an error state, losing all vertex color channels and rendering wireframes and vertex glow cubes as pure black
  • Fixed Hyperdimensional Storage Nexus occasionally failing to display items correctly after rejoining a world until the AE network was manually refreshed
  • Fixed certain config options (e.g. BlackHole damage mode) not taking effect
  • Fixed StructurePlacementPreview crash when a controller block was broken but its TileEntity had not yet been removed
  • Various minor fixes