A custom Applied Energistics 2 view cell that filters items by mod ID, using a simple GUI with whitelist and blacklist lists.
- See full release history in
CHANGELOG.md
https://www.curseforge.com/minecraft/mc-mods/ae2-mod-id-view-cell
- Mod ID filtering using Whitelist and Blacklist
- Paste multiple ModIDs at once (comma, semicolon, or whitespace separated)
- Automatic normalization (trim, lowercase, optional
@prefix removal) - De-duplicated lists while preserving insertion order
- Mouse wheel scrolling with a visible scroll indicator
- Keyboard navigation and shortcuts
- Tab completion for ModIDs (based on installed mods)
- Multi-selection (Ctrl+Click and Shift+Click) for fast bulk actions
- Transfer buttons to move entries between Whitelist and Blacklist
- Hold the cell in your hand and Shift + Right Click to open the filter GUI.
- Type one or more ModIDs into the entry field (examples:
appliedenergistics2,mekanism,thermalfoundation). - Click Add to Whitelist or Add to Blacklist (or press Enter to add to the active list).
- Apply changes by clicking Save, pressing Enter with an empty input, or pressing Ctrl + S.
- Place the cell into any AE2 terminal View Cell slot (ME Terminal, wireless terminal, etc.).
You can paste multiple entries like:
ae2 mekanism thermalfoundationae2, mekanism; thermalfoundation@ae2 @mekanism
- Tab:
- If the entry field is not focused: focus it
- If the entry field is focused: tab-complete the current token and cycle forward through matches
- Shift + Tab: cycle backwards through matches
- Enter:
- When the entry field is focused and has text: add to the active list
- When the entry field is focused and empty: Save
- When the entry field is not focused: Save
- Ctrl + S: Save
- Delete (Supr):
- Remove selected entry/entries
- If nothing is selected: remove the latest added entry
- Up / Down: Move selection in the active list and auto-scroll to keep it visible
- Mouse wheel over a list: Scroll that list (also sets it as the active list)
- Ctrl + Click: Multi-select individual entries in the active list
- Shift + Click: Select a range (from anchor to clicked entry)
- Move buttons: Transfer selected entry/entries between Whitelist and Blacklist
This is a Minecraft Forge mod for 1.12.2.
Typical workflow:
- Clone the repository
- Import into your IDE (IntelliJ IDEA or Eclipse)
- Run the ForgeGradle setup tasks for your environment
- Build using Gradle
Issues and pull requests are welcome. If you submit a PR, keep changes focused and include a short description of what changed and why.
MIT (see LICENSE).