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
Pluginsand install theMinecraft Developmentplugin. - Restart IntelliJ IDEA.
- Follow the instructions in Using This to Make Mods.
- Profit!
You will want to install the Cursed Fabric MultiMC Instance and download the latest release of StationAPI.
Put the downloaded StationAPI jar into your mods folder, do NOT add as a jar mod.
Proper code documentation coming soon. There are some JavaDoc comments for some commonly used classes such as ItemRegister and BlockRegister.
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.
StationAPI is available under the CC0 1.0 Universal License. Feel free to learn from it and incorporate it in your own projects.