Releases: NuanKi/AE2ModIDViewCell
Releases · NuanKi/AE2ModIDViewCell
ae2-modIdViewCell-neoforge-1.21.1-1.0.0.jar
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
ae2modidviewcellfor compatibility with the existing project identity.
v1.1.5
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).
GuiModViewCellcode layout/organization improved for readability (no functional changes).
v1.1.2
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
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
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.