Skip to content
Luke Graham Landry edited this page Oct 30, 2022 · 4 revisions

Welcome to the ForgedFabric wiki!

The goal of this project is to enable porting fabric mods to forge with as few changes to their codebase as possible. This would make it easy for existing fabric mods to maintain a forge version without manually porting every update or rewriting to use a different api that provides a platform abstraction layer.

ForgedFabric is an implementation of the Fabric API on Forge. It's currently in the early very stages of development. I'm only implementing parts as they're used by mods that I'm working on. Eventually it should transition to being a fork of FabricMC/fabric and trying to maintain parity with the full fabric api.