ModLoader for Minecraft ReIndev
You can join the official ReIndev Discord here
A feature missing to make your mod? Just open an issue!
For client side installation, just run the jar file.
Either by double-clicking on it, or running java -jar FoxLoader.jar
You can also install FoxLoader on PrismLauncher by drag and dropping the FoxLoader-mmc.zip
into it.
To run FoxLoader as a server just run java -jar FoxLoader.jar --server
Note: For PojavLauncher, click on "Install .jar" and the rest should be automatic, only the Android version of PojavLauncher is supported.
Note: Client is not supported on arm due to lack of it in LWJGL2, you can follow this tutorial for help.
For mixins usage check here: https://github.com/2xsaiko/mixin-cheatsheet
For spark usage check here: https://spark.lucko.me/docs/Command-Usage
For example mod check here: https://github.com/Fox2Code/FoxLoaderExampleMod