Mod Remapping API
This API library enables the conversion of third-party mods originally created for other modding systems to function correctly in the Fabric environment. The platform automatically adapts the structure of modifications to current system mapping tables during game launch, ensuring compatibility of various enhancements.
The toolkit provides developers with the ability to extend basic remapping functionality through additional hooks, enabling the creation of more flexible compatibility solutions for custom modifications.
Key Features:
- Full integration with the Fabric loader without Minecraft version restrictions
- Support for any game editions compatible with Fabric Loader
- Modular architecture for expanding transformation systems
Notable Projects Using This Library:
- Fabricated Legacy Forge
- Apron
- Fabricated-Rift
Inspiration Sources: The core concept and functionality were originally developed in the BetaLoader project by author paulevsGitch