Forge Config API Port

⭐ ⭐⭐ (4,897 endorsements) 📥 62.1M downloads 📌 v26.2.1 📅 12/3/2021
🟡 Updated this year

By Fuzs · fabric

⬇ Download Mod 🏛️ Official Download Source: Modrinth ↗ 📅 Updated: 6/21/2026 📅 Created: 12/3/2021
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #22 of 1284 fabric mods in this game by downloads

📋 About This Mod

<p><img src="https://raw.githubusercontent.com/Fuzss/modresources/main/pages/data/forgeconfigapiport/banner.png" width="854" height="240" /></p> <p><img src="https://raw.githubusercontent.com/Fuzss/modresources/main/pages/data/forgeconfigapiport/strip.png" width="854" height="14" /></p> <p style="text-align: center; line-height: 36px;"><a href="https://lunapixel.studio/discord"><img src="https://img.shields.io/static/v1?label=&amp;message=Discord&amp;color=ECEBE6&amp;labelColor=2F4858&amp;style=for-the-badge&amp;logo=discord&amp;logoColor=white" width="117" height="28" /></a>&emsp;<a href="https://x.com/Fusseel"><img src="https://img.shields.io/static/v1?label=&amp;message=Twitter&amp;color=ECEBE6&amp;labelColor=2F4858&amp;style=for-the-badge&amp;logo=x&amp;logoColor=white" width="116" height="28" /></a>&emsp;<a href="https://www.youtube.com/@heyitsfuzs"><img src="https://img.shields.io/static/v1?label=&amp;message=YouTube&amp;color=ECEBE6&amp;labelColor=2F4858&amp;style=for-the-badge&amp;logo=youtube&amp;logoColor=white" width="118" height="28" /></a>&emsp;<a href="https://github.com/Fuzss"><img src="https://img.shields.io/static/v1?label=&amp;message=GitHub&amp;color=ECEBE6&amp;labelColor=2F4858&amp;style=for-the-badge&amp;logo=github&amp;logoColor=white" width="108" height="28" /></a>&emsp;<a href="https://www.curseforge.com/members/fuzs_"><img src="https://img.shields.io/static/v1?label=&amp;message=CurseForge&amp;color=ECEBE6&amp;labelColor=2F4858&amp;style=for-the-badge&amp;logo=curseforge&amp;logoColor=white" width="143" height="28" /></a>&emsp;<a href="https://modrinth.com/user/Fuzs"><img src="https://img.shields.io/static/v1?label=&amp;message=Modrinth&amp;color=ECEBE6&amp;labelColor=2F4858&amp;style=for-the-badge&amp;logo=modrinth&amp;logoColor=white" width="129" height="28" /></a></p> <p><img src="https://raw.githubusercontent.com/Fuzss/modresources/main/pages/data/forgeconfigapiport/strip.png" width="854" height="14" /></p> <p><img src="https://raw.githubusercontent.com/Fuzss/modresources/main/pages/commons/headers/about.png" width="854" height="32" /></p> <p><strong><span style="font-size: 14px;">Forge Config API Port</span></strong><span style="font-size: 14px;"> is a developer library that brings the Forge and NeoForge configuration systems to other mod loaders. It allows mods to use familiar Forge or NeoForge style configs across Fabric, Forge, and NeoForge without maintaining separate configuration implementations. 📦</span></p> <p><span style="font-size: 14px;">This mod is intended for mod developers and as a dependency for supported mods. It does not allow Forge mods to run on Fabric, nor does it provide any form of general mod compatibility between loaders. 🔧</span></p> <p><span style="font-size: 14px;">By preserving the original APIs, package names, and behavior as closely as possible, the mod makes it easier to maintain multiloader projects and share configuration code between platforms. This helps reduce platform-specific code and keeps configuration handling consistent across supported mod loaders. 🔄</span></p> <p><img src="https://raw.githubusercontent.com/Fuzss/modresources/main/pages/data/forgeconfigapiport/strip.png" width="854" height="14" /></p> <p><img src="https://raw.githubusercontent.com/Fuzss/modresources/main/pages/commons/headers/features.png" width="854" height="32" /></p> <ul> <li><span style="font-size: 14px;">📦 </span><strong><span style="font-size: 14px;">Configuration Library:</span></strong><span style="font-size: 14px;"> Brings the Forge and NeoForge configuration systems to additional mod loaders while preserving their familiar APIs.</span></li> <li><span style="font-size: 14px;">🔄 </span><strong><span style="font-size: 14px;">Cross Loader Config Support:</span></strong><span style="font-size: 14px;"> Use Forge configs on Fabric and NeoForge, or NeoForge configs on Fabric and Forge.</span></li> <li><span style="font-size: 14px;">🧩 </span><strong><span style="font-size: 14px;">No Refactoring Required:</span></strong><span style="font-size: 14px;"> Preserves original package names and class names, allowing existing config implementations to be ported with little to no code changes.</span></li> <li><span style="font-size: 14px;">🏗️ </span><strong><span style="font-size: 14px;">Built for Multiloader Projects:</span></strong><span style="font-size: 14px;"> Define and register configs in a shared common module instead of maintaining separate platform specific implementations.</span></li> <li><span style="font-size: 14px;">♻️ </span><strong><span style="font-size: 14px;">Shared Configuration Code:</span></strong><span style="font-size: 14px;"> Keep a single configuration setup across supported loaders, reducing duplication and simplifying maintenance.</span></li> <li><span style="font-size: 14px;">⚡ </span><strong><span style="font-size: 14px;">Native Where Available:</span></strong><span style="font-size: 14px;"> No additional library is required on loaders wher

     

Forge Config API Port is a developer library that brings the Forge and NeoForge configuration systems to other mod loaders. It allows mods to use familiar Forge or NeoForge style configs across Fabric, Forge, and NeoForge without maintaining separate configuration implementations. 📦

This mod is intended for mod developers and as a dependency for supported mods. It does not allow Forge mods to run on Fabric, nor does it provide any form of general mod compatibility between loaders. 🔧

By preserving the original APIs, package names, and behavior as closely as possible, the mod makes it easier to maintain multiloader projects and share configuration code between platforms. This helps reduce platform-specific code and keeps configuration handling consistent across supported mod loaders. 🔄

  • 📦 Configuration Library: Brings the Forge and NeoForge configuration systems to additional mod loaders while preserving their familiar APIs.
  • 🔄 Cross Loader Config Support: Use Forge configs on Fabric and NeoForge, or NeoForge configs on Fabric and Forge.
  • 🧩 No Refactoring Required: Preserves original package names and class names, allowing existing config implementations to be ported with little to no code changes.
  • 🏗️ Built for Multiloader Projects: Define and register configs in a shared common module instead of maintaining separate platform specific implementations.
  • ♻️ Shared Configuration Code: Keep a single configuration setup across supported loaders, reducing duplication and simplifying maintenance.
  • ⚡ Native Where Available: No additional library is required on loaders wher

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Fuzs
Version
26.2.1
Downloads
62,132,499
Endorsements
4,897
Category
fabric
Created
12/3/2021
Updated
6/21/2026
Game Versions
26.2
Tags
library

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Forge Config API Port support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of Forge Config API Port?

Version 26.2.1, published 2026-06-21 with 62.1M downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Fuzs 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods