
ae2linkrs
Connect the Refined Storage network to the AE grid as native AE2 storage cells (one-way bridge; AE can read and write to RS).
1.7.3 - fix multi-cell same-network duplication
Список изменений
Fix
-
Fixed: when multiple RS network cells bound to the SAME RS network are placed in an AE2 drive, the AE terminal showed duplicated item counts (actual stock unchanged).
Root cause was the dedupe key using the bound block position instead of the RS network identity. Now dedupe uses the resolved RS Network instance (object identity): all cells of one network share one slot, only one exposes content to AE, the rest become inert (no read/write, tooltip shows 'network already occupied'), eliminating double-counting.
-
WeakHashMap holds the primary reference so it is auto-cleared when the network is removed; added claimedNet tracking to clean up on key switch/release (no leak).
Dependencies
- Requires Applied Energistics 2 (ae2) and Refined Storage 2 (RS2) installed.
