promotional bannermobile promotional banner

AE2 Fluid Terminals Rework

Improves AE2 fluid terminals: FILL works with an empty cursor by auto-selecting the first compatible fluid container in your inventory (hotbar first). Normal cursor behavior and EMPTY are unchanged.

File Details

ae2-fluidterminals-rework-v1.1.5.jar

  • R
  • Mar 6, 2026
  • 25.06 KB
  • 201
  • 1.12.2
  • Forge

File Name

ae2-fluidterminals-rework-v1.1.5.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ae2-fluid-terminals-rework-1454405:7717185")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes

Added

  • Added mass-fill container support: Shift + Click a fluid inside the Fluid Terminal to fill all compatible empty containers in the player's inventory with that fluid.
  • Added FluidTerminalActionHelper to better handle fluid pickup and storage logic.

Changed

  • Refactored fluid terminal mixins and helpers for consistency and improved fluid handling logic.
  • Restructured the mixin package hierarchy for better code organization, moving client-side mixins into a dedicated client sub-package.