
Forge Config API Port
NeoForge's & Forge's config systems provided to other modding ecosystems. Designed for a multiloader architecture.
- Загрузки
- 53.7M
- Подписчики
- 5K
- Обновлён
- 21 июня 2026 г.
- Лицензия
- MPL-2.0
Опубликован 3 декабря 2021 г.

![]()
![]()
![]()
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 where the chosen configuration system is already built in, keeping dependencies to a minimum for users.
![]()
![]()
⏩ INSTALLATION REQUIRED ON CLIENT & REQUIRED ON SERVER
⏩ REQUIRES FABRIC API TO BE INSTALLED (FABRIC)
![]()
![]()
🌟 Thanks to the Forge & NeoForge teams for creating and maintaining the configuration API this project is based on!
![]()
![]()
Центр версий
50 из 224Ченджлог
26.2.1Релиз26.2 · 21 июня 2026 г.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.2.1-mc26.2.x] - 2026-06-21
Changed
- Enable support for Minecraft Forge
[v26.2.0-mc26.2.x] - 2026-06-16
Changed
- Update to Minecraft 26.2.x
26.2.1Релиз26.2 · 21 июня 2026 г.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.2.1-mc26.2.x] - 2026-06-21
Changed
- Enable support for Minecraft Forge
[v26.2.0-mc26.2.x] - 2026-06-16
Changed
- Update to Minecraft 26.2.x
26.2.1Релиз26.2 · 21 июня 2026 г.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.2.1-mc26.2.x] - 2026-06-21
Changed
- Enable support for Minecraft Forge
[v26.2.0-mc26.2.x] - 2026-06-16
Changed
- Update to Minecraft 26.2.x
26.2.0Релиз26.2 · 16 июня 2026 г.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.2.0-mc26.2.x] - 2026-06-16
Changed
- Update to Minecraft 26.2.x
26.2.0Релиз26.2 · 16 июня 2026 г.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.2.0-mc26.2.x] - 2026-06-16
Changed
- Update to Minecraft 26.2.x
26.1.5Релиз26.1, 26.1.1, 26.1.2 · 8 июня 2026 г.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.1.5-mc26.1.x] - 2026-06-08
Fixed
- Fix pack metadata max format version
[v26.1.4-mc26.1.x] - 2026-04-26
Changed
- Compile for Minecraft 26.1.2
[v26.1.3-mc26.1.x] - 2026-04-02
Changed
- Mark as compatible with all 26.1.x versions
[v26.1.2-mc26.1.x] - 2026-03-28
Changed
- Enable support for Minecraft Forge
[v26.1.1-mc26.1.x] - 2026-03-24
Fixed
- Fix
accessWidenerentry missing fromfabric.mod.json(ArchLoom used to add that automatically lol) - Note that access transformers on NeoForge are not yet implemented, but they should not be required
[v26.1.0-mc26.1.x] - 2026-03-24
Changed
- Update to Minecraft 26.1
- Note for developers: This project is no longer built using Architectury Loom, having migrated to Fabric Loom and Mod
Dev Gradle. Please report any issues particularly regarding the
Commondistribution that may arise from that migration
26.1.5Релиз26.1, 26.1.1, 26.1.2 · 8 июня 2026 г.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.1.5-mc26.1.x] - 2026-06-08
Fixed
- Fix pack metadata max format version
[v26.1.4-mc26.1.x] - 2026-04-26
Changed
- Compile for Minecraft 26.1.2
[v26.1.3-mc26.1.x] - 2026-04-02
Changed
- Mark as compatible with all 26.1.x versions
[v26.1.2-mc26.1.x] - 2026-03-28
Changed
- Enable support for Minecraft Forge
[v26.1.1-mc26.1.x] - 2026-03-24
Fixed
- Fix
accessWidenerentry missing fromfabric.mod.json(ArchLoom used to add that automatically lol) - Note that access transformers on NeoForge are not yet implemented, but they should not be required
[v26.1.0-mc26.1.x] - 2026-03-24
Changed
- Update to Minecraft 26.1
- Note for developers: This project is no longer built using Architectury Loom, having migrated to Fabric Loom and Mod
Dev Gradle. Please report any issues particularly regarding the
Commondistribution that may arise from that migration
26.1.5Релиз26.1, 26.1.1, 26.1.2 · 8 июня 2026 г.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.1.5-mc26.1.x] - 2026-06-08
Fixed
- Fix pack metadata max format version
[v26.1.4-mc26.1.x] - 2026-04-26
Changed
- Compile for Minecraft 26.1.2
[v26.1.3-mc26.1.x] - 2026-04-02
Changed
- Mark as compatible with all 26.1.x versions
[v26.1.2-mc26.1.x] - 2026-03-28
Changed
- Enable support for Minecraft Forge
[v26.1.1-mc26.1.x] - 2026-03-24
Fixed
- Fix
accessWidenerentry missing fromfabric.mod.json(ArchLoom used to add that automatically lol) - Note that access transformers on NeoForge are not yet implemented, but they should not be required
[v26.1.0-mc26.1.x] - 2026-03-24
Changed
- Update to Minecraft 26.1
- Note for developers: This project is no longer built using Architectury Loom, having migrated to Fabric Loom and Mod
Dev Gradle. Please report any issues particularly regarding the
Commondistribution that may arise from that migration
Комментарии
Загружаем…


