https://github.com/fox2code/foxloader
A mod loader for ReIndev
https://github.com/fox2code/foxloader
Last synced: 5 months ago
JSON representation
A mod loader for ReIndev
- Host: GitHub
- URL: https://github.com/fox2code/foxloader
- Owner: Fox2Code
- License: mit
- Created: 2023-03-14T20:07:06.000Z (over 3 years ago)
- Default Branch: reindev2.9
- Last Pushed: 2025-10-09T11:24:20.000Z (9 months ago)
- Last Synced: 2025-12-20T20:30:51.626Z (6 months ago)
- Language: Java
- Size: 1.36 MB
- Stars: 55
- Watchers: 5
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReIndevFoxLoader
ModLoader for Minecraft ReIndev
[](https://www.jitpack.io/#com.fox2code/FoxLoader)
## Community
You can [join the official ReIndev Discord here](https://discord.gg/38Vfes6NpR)
A feature missing to make your mod? [Just open an issue!](https://github.com/Fox2Code/FoxLoader/issues)
## Installation
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](https://shadowfacts.net/2022/lwjgl-arm64/) for help.
## Documentation
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/Modders-of-ReIndev/FoxLoaderExampleMod