An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ReIndevFoxLoader

ModLoader for Minecraft ReIndev

[![](https://www.jitpack.io/v/com.fox2code/FoxLoader.svg)](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