Описание
# AE2UEL Extra
**AE2-UEL Fork with optimizations, QoL improvements and backported modern features**
## ✨ Key Features
### Gameplay Improvements
- **Stackable Inscriber** - Now supports stacks of 64.
- **Guaranteed Drops** - Sky Stone Chests certainly now contain all 4 types Inscriber Press.
- **QNB Optimizations (1.19 Backported)** - Don't require power to connect QNBs (but they still drain power).
- **Enhanced Crafting** - Crafting Plan displays material utilization rate and template dispatch rounds.
### Optimizations
- **Modern Channel Mode (1.18 Backported)** - Backport Channel Mode, Use `/ae2 channels` to check the current channel mode, and `/ae2 channels ` to set the channel mode.
- **Network Storage System Refactoring (1.15 Backported)** - Migrated the network storage from a custom configuration to Minecraft WorldSavedData , adopting NBT serialization and simplifying related data structures.
- **TickHandler Optimizations (1.15 Backported)** - Split TickHandler#onTick into more specific event handlers.
- **Energy Optimizations (1.15 Backported)** - Optimized the sorting and allocation logic of energy nodes.
- **Grid Optimize (1.17+ Backported)**
- Optimize channel computation
- Hierarchical bottleneck detection
- Layered BFS + Iterative DFS pathfinding
## ⚠️ Compatibility Notice
Due to code refactoring, most AE2 addons are no longer compatible. Notable changes:
- `EnumSet getFlags();` → `boolean hasFlag(GridFlags flag);`
- `TickHandler.INSTANCE` → `TickHandler.instance()`
- Network API modifications (IGridBlock, IGridNode , etc.)
**Compatible Addons:**
- AE2 Fluid Crafting Rework (2.6.6-r)
- AE Wireless Channel (1.0.1-release)
- YM-Additions (0.1.6)
- Lazy AE2 (1.1.26)
- Not Enough Energistics (2.0.9)
- Neeve's AE2: Extended Life Additions(Unofficial build) https://github.com/ChromaPIE/NAE2/tree/ae2-extra-compat