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.
Runs JEI'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 JEI Fabric code in the mezz.jei.api.fabric
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.
Includes parts of Terrablender Fabric API code in the terrablender.api
package, licensed under the
LGPLv3 License.
Integrates ModMenu the config screen factory with Forge's mod list gui. Includes the ModMenu API, licensed under the MIT license.
Provides KubeJS plugin support for Fabric mods on Forge by initializing them earlier.
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. Includes the Forge Config API Port API, licensed under the MPL-2.0 license.
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.
Connector Extras is distributed on the following platforms:
Connector Extras is licensed under the MIT license, but may include other projects licensed under different terms. Please check each subfolder for exact licensing information.
Before you decide to make major changes, you might want to discuss them with us beforehand, so that you're not wasting your time. To submit your changes to the project, you can contribute via Pull-Request.
Here's a few tips to help get your PR approved: