Compatibility
Minecraft: Java Edition
1.20.1
1.12.2
Platforms
Supported environments
Client and server
Creators
Details
Licensed GPL-3.0-only
Published 6 months ago
Updated 3 weeks ago
Official MCT Discord Server Here.
Assets are protected under the terms in the LICENSE_ASSETS.txt on the code repository.

Major performance fixes for Refined Storage in 1.20.1 & 1.12.2
Refined Storage Mixin is a performance-focused addon for Refined Storage that reduces server lag in large networks.
- Load rescan โ rescans after controller load so cables like EnderIO conduits get detected.
- Conduit placement fix โ rescans after placing EnderIO conduits, since an immediate rescan is too early.
- EnderIO RS fix โ stops warnings and restores compatibility with EnderIO's RS conduits.
- EnderIO conduit typed backup โ prevents EnderIO conduit data from being lost on world reload.
- EnderIO node unify โ fixes EnderIO conduits being tracked as two objects after reload.
- RebornStorage crafter fix โ fixes multiblock crafter GUI delays, validation, and error messages.
- Damageable input reuse โ lets autocrafting reuse damaged tools instead of always crafting new ones.
- Crafting crash guard โ stops a broken autocrafting task from crashing the server.
- Grid resync โ fixes open grids showing stale or missing item lists.
- Safe data saving โ fixes disks wiping to 0/0 after a server restart.
- Skip unloaded โ prevents rare deadlocks from touching unloaded chunks.
- Wireless dimension lock โ stops wireless items/transmitters working across dimensions from their linked network.
- Throttle โ runs full network updates every N ticks instead of every tick. Bypass fast nodes โ lets busy nodes (importers, crafters, etc.) update every tick instead of throttled.
- Dynamic node sleep โ lets bypassed nodes idle down when they have no work.
- Dynamic crafting bypass โ lets the crafting manager update every tick only while jobs are active.
- Lazy energy โ recalculates network energy usage only when the graph changes.
- Hashset optimize โ uses plain HashMap/HashSet instead of concurrent versions in single-threaded contexts.
- Connected node tick optimize โ skips ticking nodes that aren't connected to a network.
- Storage cache debounce โ rebuilds the item/fluid list once instead of once per storage block reconnecting.
- Crafting rebuild debounce โ rescans autocrafting patterns once instead of once per crafter reconnecting.
- Graph rescan coalesce โ merges multiple rescans triggered at once into a single rescan.
- Tracked insert index โ speeds up matching returned items to the right crafting step.

Before RS Mixin was applied

After RS Mixin was applied

You may use this mod in any modpack, and put a link back to this page as a courtesy!


