Skip to content

paulevsGitch/BetaLoader

Repository files navigation

BetaLoader is a port of Risugami's ModLoader, ModLoaderMP and Forge for Station API (STAPI), for Minecraft beta 1.7.3. Current realisation can't launch any ModLoader mod, only mods without base edits (which are installed by placing them into mods folder).

Some functions are incomplete, if you see any bugs please report them into issues. Forge version is 1.0.6.

Credits:

How It Works:

  • BetaLoader will download some necessary libraries on startup (Minecraft Client and Javassist). This is done this way due to ARR license;
  • BetaLoader will load all ModLoader mods from mods folder and remap them with Tiny Remapper for STAPI mappings. Some mappings will be generated during runtime;
  • Mods will be loaded into game (not as instances of STAPI mods, only as classes).

Plans For Enhancements (TODO):

  • Handle access for some mods that uses protected Minecraft classes;
  • More documentation;
  • More replacements of ModLoader code to STAPI code (block registering, event handling and so on).

Links That BetaLoader Uses:

Where I Get ModLoader:

My ModLoader Mappings:

I made my own mappings for ModLoader and ModLoader MP in Enigma format, they are located in "mappings" folder in this project.

Mods that will work (tested):

Some mods were taken from Station API Discord

Mods that I used for tests from no-public sources:

  • Custom Twilight Forest (provided by GameHerobrine)
  • TaleOfKingdom (provided by GameHerobrine)

About

Loader for ModLoader mods for Station API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages