Connector Extras

Connector Extras

v2.0.2+26.1.2
Modrinth 478 followers 11 534 714 downloads
Sign in

Integrating Connector with third-party APIs

Product

About

📖 About

An accompanying mod for Connector that adds integration with third-party APIs and mods.

🧩 Modules

Connector Extras is divided into several submodules for each type of integration.

Team Reborn Energy API Bridge

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.

REI Plugin Platform Bridge

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.

JEI Plugin Platform Bridge

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.

Terrablender Bridge

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.

ModMenu

Integrates ModMenu the config screen factory with Forge's mod list gui. Includes the
ModMenu API,
licensed under the MIT license.

Forge Config API Port - Forge bridge

An implementation of the Forge Config API Port
Fabric API on NeoForge, allowing Fabric mods to easily access the NeoForge config system and register their own configs.
Includes the Forge Config API Port API,
licensed under the MPL-2.0 license.

🔍 Get help

If you're having trouble using Connector Extras or believe it is not functioning correctly, ask us on discord, or open an issue in our repository.

Here's a few tips to follow when reporting issues:

  1. Make sure you are using latest available version. Look for existing issues that might've already been answered /
    fixed.
  2. Navigate to the issues tab and open
    a new issue. Select one of the available templates
    depending on the topic. Fill in the required fields. In order to increase our chances of identifying and reproducing
    the issue, please make sure to include as many details as possible.
  3. Once you're done describing the problem, submit the issue. We'll get to you as soon as we can.

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.

⚖️ Licenses

Environment

Requirements & compatibility

Compatibility & requirements

ForgeNeoforge1.20.11.21 – 1.21.126.1.2

Local host

Optional

Hosting on services

Optional

Terms

License

Terms for using, modifying and redistributing this product.

MIT LicenseModrinth
Release

Latest release

v2.0.2+26.1.2

13.08.2026 · Modrinth

  • Prevent loading Fabric JEI plugins too early on Forge side (Su5eD)