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.
-
Modloader and ModloaderMP were made by Risugami: https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1272333-risugamis-mods-updated
-
Forge was made by (from inner credits list):
- Eloraam
- FlowerChild
- Hawkye
- MALfunction84
- Scokeev9
- SpaceToad
-
Forge credits are located in minecraftforge_credits.txt
-
Forge license is located in forge-licence.txt
- 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).
- 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).
- Minecraft Client: https://launcher.mojang.com/v1/objects/43db9b498cb67058d2e12d394e6507722e71bb45/client.jar
- Javassist: https://repo1.maven.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar
- ModLoader (official link + javadocs)
- ModLoaderMP
I made my own mappings for ModLoader and ModLoader MP in Enigma format, they are located in "mappings" folder in this project.
Some mods were taken from Station API Discord
- AirShip
- ArmorStand
- Block Helper
- Blackstone v1.1
- Clay Soliders
- ElementalCreepers
- EquivalentExchangev2.08b
- Fossil
- IndustrialCraft1v8.50
- IronFence
- LaunchPad
- Marbles
- MineColony
- MineEssence
- MineFactoryReloaded
- MoreFurnaces
- MovableSlot
- Quit Button
- Tinted Glass
- TropiCraftMP (custom)
- Twilight Forest 1p4
- WizardCraft
- Wood Chipper
Mods that I used for tests from no-public sources:
- Custom Twilight Forest (provided by GameHerobrine)
- TaleOfKingdom (provided by GameHerobrine)