Skip to content

Releases: NuanKi/AE2ModIDViewCell

ae2-modIdViewCell-neoforge-1.21.1-1.0.0.jar

26 Apr 21:31

Choose a tag to compare

1.0.0 - 2026-04-26

Added

  • Initial 1.21.1 rewrite of AE2 Mod ID View Cell for NeoForge and AE2 19.x.
  • Mod ID View Cell item that filters AE2 terminal contents by mod ID.
  • Whitelist and Blacklist filtering with full-mod-ID regular expression matching.
  • Modern GUI for editing filter lists, including paste splitting, normalization, de-duplication, scrolling, list transfer buttons, and multi-selection.
  • Tab completion for installed mod IDs.
  • Shift tooltip showing the saved Whitelist and Blacklist entries.
  • AE2 GuideME page and in-GUI guide button.
  • AE2 terminal integration for View Cell slots, including configured View Cell shift-click priority.
  • Shift-right-click bypass for sending view cells from player inventory directly into the ME network.
  • Save support when editing the cell from the main hand or AE2 terminal View Cell slots.

Changed

  • Rebuilt the old 1.12.2 behavior around modern AE2 APIs, NeoForge networking, item data components, and current screen widgets.
  • Kept the mod ID as ae2modidviewcell for compatibility with the existing project identity.

v1.1.5

25 Feb 06:23

Choose a tag to compare

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).

v1.1.2

09 Feb 00:42
c2010df

Choose a tag to compare

Changes

Added

  • Chinese (Simplified) translation
    • Added via community contribution.
    • Improves accessibility for Chinese-speaking players.
  • Tooltip support: holding Shift while hovering over a Mod ID View Cell shows the Whitelist and Blacklist mod IDs.

Credits

  • Huge thanks to @ZHAY10086 for providing the translation
    PR: #1

v1.1.0

08 Feb 07:16

Choose a tag to compare

Changes

Added

  • Added two transfer buttons between filter lists:
    • Move selected entry Whitelist → Blacklist
    • Move selected entry Blacklist → Whitelist
  • Transfer buttons auto-enable/disable depending on whether an item is selected in the source list.
  • When transferring, the moved item becomes selected in the target list and the list scrolls to keep it visible.

Fixed

  • Improved selection/scroll clamping after list mutations (transfer/remove/add) to prevent invalid indices and keep scroll positions in range.

v1.0.7

07 Feb 20:44

Choose a tag to compare

Changes

Added

  • Scroll indicators for both Whitelist and Blacklist list boxes (track + thumb), only shown when the list can scroll.
  • Keyboard shortcuts:
    • Tab toggles focus on the ModID entry field.
    • Enter while the entry field is focused and has text adds to the active list (Whitelist or Blacklist).
    • Enter while the entry field is focused and empty saves.
    • Enter while the entry field is not focused saves.
    • Ctrl+S saves.
    • Delete (Supr) removes the selected entry, or if none is selected removes the latest added entry.
    • Up/Down moves selection in the active list and auto-scrolls to keep it visible.
  • Active list tracking, actions like Enter, Up/Down, and Delete apply predictably based on the last interacted list (clicking or scrolling a list, or pressing its add button).

Changed

  • List text trimming now uses Minecraft's built-in font trimming helper for better performance and consistency.

v1.0.5

07 Feb 19:16

Choose a tag to compare

Changes

Fixed

  • Fixed mixins not applying on obfuscated clients by targeting both deobf and SRG method names for:
    • SlotRestrictedInput.isItemValid (func_75214_a)
    • ContainerMEMonitorable.transferStackInSlot (func_82846_b)

v1.0.0

07 Feb 03:57

Choose a tag to compare

Initial Publish