Integrating Connector with third-party APIs
An accompanying mod for Connector that adds integration with third-party APIs and mods.
Connector Extras is divided into several submodules for each type of integration.
A bridge between Forge Energy (FE) and Team Reborn's Energy API (E) that allows
two-way conversion of energy units, for both BlockEntities and ItemStacks.
The default conversion ratio is 1 E : 10 FE, and can be configured for both directions individually.
Setting a ratio to 0 will disable conversion in its direction.
Runs REI's Fabric plugin detector on Forge in addition to the default
one, allowing it to load plugins from mods of both platforms at once.
Includes parts of REI Fabric code in the me.shedaniel.rei package, licensed under the
MIT License.
Similar to the REI Bridge, it loads EMI plugins of Fabric mods on Forge.
Includes parts of EMI API code in the dev.emi.emi.api package, licensed under the
MIT License.
A Forge port of the Fabric Reach Entity Attributes library, implemented alongside Forge's own reach attributes. Allows for compatiblity with Fabric mods that require it, but wouldn't otherwise be compatible due to the heavy forge mixin conflicts of the original version.
Registers mod event buses of Fabric mods to Architectury Forge to avoid registry init issues.
Runs the terrablender of Fabric mods on Forge, making their usage with the Forge version
of TerraBlender possible.
Integrates ModMenu the config screen factory with Forge's mod list gui.
A Forge port of the Fabric Amecs API library, implemented alongside Forge's key modifier system. Allows for compatiblity with Fabric mods that require it, but wouldn't otherwise be compatible due to the heavy forge mixin conflicts of the original version.
A clean implementation of Forge Config API Port on Forge, allowing Fabric mods to easily access the Forge config system and register their own configs.
If you're having trouble using Connector Extras or believe it is not functioning correctly, ask us on GitHub Discussions, our discord, or open an issue in this repository.
Here's a few tips to follow when reporting issues:
Please note that providing as many details as possible is crucial to help us find and resolve the issue faster, while also getting you a fixed version ASAP.
Conversation