Applied Energistics: Insight (appliedinsight) is an addon for Applied Energistics 2 built for the moment your ME network is too big to eyeball — when items scatter across drives, type slots fill up, and opening the ME terminal starts to lag.
It helps you see what the grid is doing, organize storage the AE2 way, and grow capacity without endlessly stacking drives.
Highlights: self-expanding Digital Asset Vault (fewer backends → snappier terminals) · Smart Bus with web JSON editor & one-click presets · Sorter Command Block for explainable analysis and merge — no commands to memorize.
Recommended loop: Storage Analysis → Merge → consolidate into DAV → repeat when the network grows again.
| Minecraft | 1.21.1 |
| Mod Loader | NeoForge 21.1.224 |
| AE2 | 19.2.17+ |
| Java | 21 |
Optional client mods: JEI, EMI (expansion cell drag-and-drop, filter editing).
Late-game AE2 pain points this addon targets:
Insight stays an addon, not a fork: it reads and acts through normal AE2 grid APIs, with clear in-game feedback instead of hidden behavior.
Smart Bus filters are powerful, but you don't need to write JSON by hand:
tools/filter-editor/); runs in your browser, no internet requiredRecommended workflow: open Smart Bus GUI → Web Editor → pick a template or preset → adjust rules → Copy for Game → paste in-game → Save.
The Digital Asset Vault (DAV) is a centralized storage pool — not a slot-by-slot drive. Consolidating stock into DAV replaces many per-cell enumerations with one ME storage backend, which often reduces ME terminal open lag on busy networks.
Auto-expand setup: set your expansion cell type in the DAV GUI, then ensure either empty cells are available on the network or a matching ME crafting pattern exists for autocrafting. Without cells or patterns, auto-expand cannot run.
Workflow: connect to ME → enable auto-accept → (optional) import stock → absorb cells → set expansion cell type & confirm patterns → enable auto-expand.
The Smart Bus is a cable part with FilterExpression JSON — more flexible than stacking fuzzy upgrade cards.
AND / OR, nested groupsconfig/appliedinsight-server.toml) — saves many upgrade-card slots on crowded bus linesExample — import only ae2 mod items:
{
"combinator": "AND",
"rules": [
{ "field": "MOD_ID", "operator": "EQUALS", "value": "ae2" }
]
}
Right-click the Sorter Command Block for a terminal GUI.
| Button | What it does |
|---|---|
| Storage Analysis | Network health: internal/external split, fragmentation, DAV capacity overview — see problems before you move items |
| Merge | AE2-aligned consolidation: cell → cell and cell → external only; external storage buses are never merge sources (no pulling from drawers/chests) |
| Plan & Move | Zone-based sorting via config/appliedinsight/profiles/ routing profiles (server operators) |
Merge semantics (v0.9.2+):
Works well with DAV: merge reduces fragmentation → DAV regains type headroom → fewer scattered cells → terminals stay responsive. The analysis UI labels DAV separately from traditional drive cells.
In-game guide chapters are included via GuideMe.
Current release: v0.9.2 — post-beta stabilization; merge route aligned with AE2 storage semantics. Feedback and bug reports are very welcome.
License: All Rights Reserved.