promotional bannermobile promotional banner

AE2 Mod ID View Cell

Adds an AE2 View Cell that filters terminal lists by mod ID, not individual items. Configure via Sneak + Right Click with whitelist or blacklist, tab completion, multi-select, and quick transfers.

File Details

ae2-modIdViewCell-v1.1.5.jar

  • R
  • Feb 25, 2026
  • 42.73 KB
  • 3.6K
  • 1.12.2
  • Forge

File Name

ae2-modIdViewCell-v1.1.5.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ae2-mod-id-view-cell-1456030:7675683")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes

Added

  • ModID entry field tab completion for installed mods:
    • Tab cycles forward through matches
    • Shift+Tab cycles backwards
  • Multi-selection in Whitelist and Blacklist:
    • Ctrl+Click to toggle individual entries
    • Shift+Click to select a range
  • Bulk transfer support: transfer buttons move the current multi-selection between lists.
  • Mutually exclusive selection between lists (selecting in Whitelist clears selection in Blacklist, and vice versa).

Changed

  • Delete (Supr) now removes the current multi-selection when present (otherwise falls back to removing the latest added entry).
  • GuiModViewCell code layout/organization improved for readability (no functional changes).