Replication AE2 Bridge

Adds a system for integrating AE2 and Replication

File Details

rep_ae2_bridge-2.1.0.0.1-forge-1.20.1.jar

  • R
  • Nov 10, 2025
  • 54.90 KB
  • 1.5K
  • 1.20.1
  • Forge + 1

File Name

rep_ae2_bridge-2.1.0.0.1-forge-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:replication-ae2-bridge-1264781:7207665")

NeoForge

implementation fg.deobf("curse.maven:replication-ae2-bridge-1264781:7207665")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Backport from 1.21.1

Bugfix/Feathure: it is now possible to request to auto-create matter with AE2.

Tweak: the mod now has a dedicated creative tab that also contains virtual matter, which is therefore visible from JEI and similar mods that previously hid it because it was not indexed in the creative tab.

Bugfix: i forgot when I rewrote the code: periodic cleaning of invalid matters and periodic refresh for autocrafting. Now added them.

Backport: added server-side register to track existing bridges. It wasn't essential, but it's an extra security check to prevent world unloading loops.