Adds an on/off toggle to Applied Energistics 2 View Cells so you can temporarily disable their filtering without removing them or clearing their configuration.
https://www.curseforge.com/minecraft/mc-mods/ae2-toggleable-view-cells
- Toggle AE2 View Cell filtering Enabled / Disabled
- Two toggle methods
- Right-click in hand to toggle
- Right-click in the View Cell slot (in terminals) to toggle in-place (no need to take it out)
- Disabled View Cells are ignored by the AE2 view-cell filtering logic
- Clear tooltip showing the current state
- Colored status message when toggling (Enabled = green, Disabled = red)
- Disabled View Cells display a distinct disabled icon/texture
- Works with the standard AE2 View Cell and compatible modded variants (subclasses of the AE2 View Cell item)
- Hold a View Cell in your hand.
- Right-click to toggle Enabled/Disabled.
- Place a View Cell into a terminal’s View Cell slot (ME Terminal, Wireless Terminal, etc.).
- Make sure your cursor is empty.
- Right-click the View Cell slot to toggle the cell without removing it.
- “Disabled” means the cell still keeps its settings, it’s just not applied to filtering until re-enabled.
- Slot toggling respects AE2’s usual edit permissions (same rules as taking/placing items in that slot).
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).