An implementation of Fabric Loader api on top of NeoForged's Fancy Mod Loader, allowing NeoForge mods to access game information as well as other mod containers. Useful for cross-platform mod development.
- Accessing FML mod containers/metadata
- Mapping resolver
- Environmental and game information
- Mod initializers
- Loading Fabric mods
The Forgified Fabric Loader is bundled with the main Forgified Fabric API jar. If you already have that installed, no additional steps are required.
In development environments, the Forgified Fabric Loader is downloaded as a dependency of the Forgified Fabric API. This is going to be the case for most developers. See the Forgified Fabric API repository for installation instructions.
If you wish to depend on the Forgified Fabric Loader alone, it is published at https://maven.su5ed.dev/releases
under the org.sinytra:fabric-loader
identifier. The versioning scheme follows
a {impl_version}+{upstream_version}+{mc_version}
pattern.
In case your mods bundles Fabric API modules rather than depending on the entire mod, keep in mind certain parts of the API might depend on the Forgified Fabric Loader, in which case you'll have to bundle it as well. More information can be found on FFAPI's repository.
Licensed under the Apache License 2.0.