Reforgifed Fabric API
This is a fork of the version 1.20.1 of Forgified Fabric API that was created to fix a critical bug affecting inventory compatibility between Forge and Fabric mods. Resolving this issue ensures stable operation of modifications on both platforms.
📖 About the Project
The library provides essential tools for creating Fabric mods, adapted to work on NeoForge! Fabric API is a crucial library containing necessary hooks and interaction mechanisms between different modifications.
Key capabilities include:
- Providing functionality that is difficult for many mods to access - working with particles, biomes, dimensions
- Adding events, hooks, and APIs to improve compatibility between various mods
- Critical functions for registry synchronization and adding diagnostic information to error reports
- Advanced rendering API created considering compatibility with optimization mods and graphical enhancements
Development and Compatibility
Forgified Fabric API (FFAPI) is a ported version of the original Fabric API for the NeoForge loader, which is regularly updated according to the main development branch. This library significantly simplifies cross-platform mod development, allowing developers to use Fabric API as a universal library for interacting with game code on both platforms. It's important to note that this is not an abstraction layer - code specific to a particular loader still needs to be handled separately for each platform.