Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinytra/forgifiedfabricloader
Fabric Loader (API) implemented on top of FML
https://github.com/sinytra/forgifiedfabricloader
fabric fabric-loader forge minecraft mods
Last synced: 2 months ago
JSON representation
Fabric Loader (API) implemented on top of FML
- Host: GitHub
- URL: https://github.com/sinytra/forgifiedfabricloader
- Owner: Sinytra
- License: apache-2.0
- Created: 2023-06-14T15:03:08.000Z (over 1 year ago)
- Default Branch: 1.21.x
- Last Pushed: 2024-09-27T09:51:13.000Z (4 months ago)
- Last Synced: 2024-10-30T00:55:17.089Z (3 months ago)
- Topics: fabric, fabric-loader, forge, minecraft, mods
- Language: Java
- Homepage:
- Size: 2.27 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forgified Fabric Loader
[![Build](https://github.com/Sinytra/ForgifiedFabricLoader/actions/workflows/build.yml/badge.svg)](https://github.com/Sinytra/ForgifiedFabricLoader/actions/workflows/build.yml)
[![Latest Release](https://maven.su5ed.dev/api/badge/latest/releases/dev/su5ed/sinytra/fabric-loader?color=2280e0&name=Latest%20Release)](https://maven.su5ed.dev/#/releases/dev/su5ed/sinytra/fabric-loader)
[![License](https://img.shields.io/github/license/sinytra/ForgifiedFabricLoader?color=orange)](https://github.com/Sinytra/ForgifiedFabricLoader/blob/1.20.1/LICENSE)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.### Supported Features
- Accessing FML mod containers/metadata
- Mapping resolver
- Environmental and game information### Unsupported Features
- Mod initializers
- Loading Fabric mods## Installation
### Users
The Forgified Fabric Loader is bundled with the
main [Forgified Fabric API](https://github.com/Sinytra/ForgifiedFabricAPI) jar. If you already have that installed, no
additional steps are required.### Developers
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](https://github.com/Sinytra/ForgifiedFabricAPI) 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.#### NESTED JARS NOTE
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.## License
Licensed under the Apache License 2.0.