promotional bannermobile promotional banner

AE2 Pattern Archive

AE2 Pattern Archive lets you export, store, and import your entire AE2 crafting pattern library across worlds and servers, with duplicate filtering and bulk distribution to pattern providers.

File Details

pattern_archive-1.0.4-NeoForge-1.21.1.jar

  • R
  • May 14, 2026
  • 425.00 KB
  • 11
  • 1.21.1
  • NeoForge

File Name

pattern_archive-1.0.4-NeoForge-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:ae2-pattern-archive-1487907:8087608"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven


📄 Pattern Archive Update Changelog

🇬🇧 English

New Features & Improvements

  • Generic Rendering Support: Adapted the UI rendering for the 1.21.1 NeoForge environment. The Routing Hub and Emergency Station UIs now support AE2's native rendering, allowing fluids, chemicals, and other special add-on materials to properly display their textures and tooltips, fixing the issue of blank icons.
  • Improved JEI Recipe Deduction: Updated the JEI recipe deduction logic to support recipes with mixed item and fluid inputs/outputs. The system can now correctly identify the target machine when importing processing patterns that involve fluids.

Fixes

  • Dedicated Server Startup Crash Fix: Fixed a critical issue where installing the mod on a dedicated server would cause the server to crash immediately on startup (the invalid dist DEDICATED_SERVER error). The network packet registration and data handling architecture have been heavily restructured to safely and strictly separate client-side and server-side communications.
  • Emergency Station Recipe Integrity Fix: Fixed a critical issue where using the JEI [+] button in the Emergency Station to rebuild a processing pattern would permanently erase fluids and chemicals. The system now correctly captures and preserves all AE2-supported generic materials (e.g., fluids, gases) instead of strictly treating all inputs and outputs as standard items.
  • Pattern Data Stability: Adjusted data storage to comply with the 1.21.1 item data system. Custom routing data and machine groups are now stored more safely, preventing them from being accidentally cleared by the game or AE2 during pattern handling or network syncs.
  • Localization Fixes: Fixed an issue in 1.21.1 where fluids or special outputs lost their localized names and displayed incorrect tooltips in the UI.
  • JEI Integration Crash Fix: Fixed a network disconnect and subsequent client crash (which sometimes appeared as compatibility errors with other mods) when clicking the [+] button in JEI for recipes that contain empty slots.

🇨🇳 中文

新特性与优化

  • 泛型渲染支持:适配了 1.21.1 NeoForge 环境的渲染机制。样板调配中枢与急救站 UI 现已接入 AE2 原生渲染,能够正常显示流体、化学气液及其他附属特殊材料的贴图和提示词,修复了机器图标显示为空白的问题。
  • 改进的 JEI 配方推演:优化了 JEI 配方关联推演逻辑,新增对包含流体参与的混合输入/输出配方的支持。现在导入带有流体的处理样板时,系统能够正确识别对应的目标机器。

修复

  • 独立服务器启动崩溃修复:修复了将模组安装在独立服务器时,会导致服务器在启动阶段直接崩溃(抛出 invalid dist DEDICATED_SERVER 错误)的问题。重构了底层网络数据包注册与传输架构,对客户端与服务端的通讯逻辑进行了严格的物理隔离。
  • 急救站配方完整性修复:修复了在急救站中使用 JEI 的 [+] 按钮重新修补处理样板时,会导致原配方中的流体和化学品永久消失的严重问题。现在抓取系统能够正确识别并保存 AE2 支持的所有泛型材料(如流体、气液等),不再强制将其作为普通物品处理。
  • 提升样板数据稳定性:调整了数据存储结构以适配 1.21.1 的新版物品数据机制。图纸内部的路由数据、机器分组等信息现在能够更安全地存储,防止在网络同步或处理样板时被游戏或 AE2 意外清除。
  • 本地化名称显示修复:修复了在 1.21.1 环境下,流体和气体等多语言名称无法被正确读取,导致 UI 中显示异常的问题。
  • JEI 联动崩溃修复:修复了在急救站中使用 JEI 的 [+] 按钮填入带有空槽位的配方时,会导致玩家与服务器断开连接并引发客户端闪退(有时表现为与其他模组的冲突报错)的问题。现已优化网络数据传输逻辑,能够安全地处理配方中的空位。