Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.41 KB

File metadata and controls

36 lines (22 loc) · 1.41 KB

StationAPI for Minecraft Beta 1.7.3 BIN Fabric

A general use API for Fabric Loader mods on legacy Minecraft versions.

Plugin Setup

Extra steps for better Mixin making and Fabric configuring in IntelliJ IDEA:

  1. Go to File > Settings...
  2. Go to Plugins and install the Minecraft Development plugin.
  3. Restart IntelliJ IDEA.
  4. Follow the instructions in Using This to Make Mods.
  5. Profit!

Using This to Run Mods

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.

Using This to Make Mods

See the wiki.

Proper code documentation coming soon. There are some JavaDoc comments for some commonly used classes such as ItemRegister and BlockRegister.

Common Issues

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.

License

StationAPI is available under the CC0 1.0 Universal License. Feel free to learn from it and incorporate it in your own projects.