A general use API for Fabric Loader mods on legacy Minecraft versions.
Extra steps for better Mixin making and Fabric configuring in IntelliJ IDEA:
- Go to
File > Settings...
- Go to
Plugins
and install theMinecraft Development
plugin. - Restart IntelliJ IDEA.
- Follow the instructions in Using This to Make Mods.
- Profit!
You will want to install the Babric Prism instance and download the latest release of StationAPI.
Put the downloaded StationAPI jar into your mods folder, do NOT add as a jar mod.
Make sure to use Java 17 (disable Java compatibility checks in Prism if it complains).
Proper code documentation coming eventually. There are some JavaDoc comments for some commonly used classes.
If you are having any issues with setting up StationAPI or the example mod, have a look at the BIN Fabric Example Mod's readme entry for common issues (outdated, but some solutions still apply).
StationAPI is available under the MIT License.