Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
/ MCLoader Public archive

MCLoader is a small Loader that can load Mods without installing a Mod Loader

License

Notifications You must be signed in to change notification settings

PancakeTAS/MCLoader

Repository files navigation

MCLoader

MCLoader is a small Project, that allows Users, to install Mods without installing a Loader.

How does it work?

MCLoader uses Instrumentation, to attach a Java-Agent to your Minecraft Instance.

How can I use it

Developer

Download and decompile an obfuscated version of the Game. Then download the Example Mod, and set it up. Now you can access Minecraft, by using Mixin

Player

Put your mod into the .minecraft folder and add following to the java arguments: -javaagent:modnamehere.jar

Contributing

If you want to contribute you can always do so with a Pull-Request. Import the Project as usual but select Gradle 7 instead of Gradle-Wrapper.

About

MCLoader is a small Loader that can load Mods without installing a Mod Loader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages