FoxLoader: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
Added more context to intro paragraph
Added Discord link, issues link, tutorial link
 
Line 4: Line 4:


While most modloaders offer just the Loader, maybe the APIs built in/external APIs to be downloaded separately and adding additional mods from there. Which there are a few for FoxLoader.
While most modloaders offer just the Loader, maybe the APIs built in/external APIs to be downloaded separately and adding additional mods from there. Which there are a few for FoxLoader.
[https://discord.com/invite/38Vfes6NpR Discord]


Infobox WIP
Infobox WIP
Line 122: Line 124:
== Community ==
== Community ==


You can join the official ReIndev Discord here
You can [https://discord.gg/38Vfes6NpR join the official ReIndev Discord here]


A feature missing to make your mod? Just open an issue!
A feature missing to make your mod? Just open an [https://github.com/Fox2Code/FoxLoader/issues issue]!




Line 137: Line 139:
Note: For PojavLauncher, click on "Install .jar" and the rest should be automatic, only the Android version of PojavLauncher is supported.
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.
Note: Client is not supported on arm due to lack of it in LWJGL2, you can follow this [https://shadowfacts.net/2022/lwjgl-arm64/ tutorial] for help.





Latest revision as of 12:35, 7 July 2026

FoxLoader is a modloader based around ReIndev/Beta 1.7.3.

It uses a customised version of Fabric (like Legacy Fabric (1.3.2 to 1.13.2), Cursed Fabric (Beta 1.7.3, pre-Babric era Beta Fabric with StationAPI and Cursed Legacy API), Babric (Beta 1.7.3 on the modern StationAPI side), Better Than Adventure (Beta 1.7.3, modified Babric/Fabric Beta 1.7.3 with other goals), Ornithe (Pre-Classic to 1.14.4)) but unlike other modloaders it provides many blocks and items along with additional options/settings and features during it's instance/install (unless counting the customised BTW for Cursed Fabric/Babric or launchers with that being the focus).

While most modloaders offer just the Loader, maybe the APIs built in/external APIs to be downloaded separately and adding additional mods from there. Which there are a few for FoxLoader.

Discord

Infobox WIP

FoxLoader
[[File:
|160px|class=pixel-image|alt=
: Infobox image for FoxLoader the mod in Minecraft]]
Author

Fox2code,
Chocohead

Latest Release

{{{latest_release}}}

Initial Release

{{{initial_release}}}

Mod Loaders

{{{modloader}}}

Minecraft Versions

{{{minecraft_version}}}

Modrinth

https://github.com/Fox2Code/FoxLoader/releases

Original Size Capture

Recommended Mods to test with

-Stack Em

-Bootiful Block Outline

-ICY or Integrated Contextualization Yield Software

Bootiful Cuneiform Interface

Latest Builds

Latest FoxLoader 1.3.3: September 25th 2024


Latest FoxLoader 2.0 Alpha 39: January 20th 2026

How to install

Mojang Launcher

1.Download Installer Jar from [FoxLoader GitHub Project Releases Page]

2.Double click the jar file

3.A window will appear

4.Check profile applied correctly

5.Tweak whatever necessary, if not, enjoy and add mods or run it as default, whatever user prefers. Examples: Stacm Em, Bootiful Block Outline


MultiMC, PolyMC, PrismMC

1.This can be done one of two ways. 1.1: Either via the Jar Installer select the extract option and a window will appear letting the user know that an extract file is available in their download source. 1.2: Go to the GitHub project releases page, and select the MMC download.

2.Import the MMC extracted file into MultiMC, PolyMC, PrismMC, etc. whichever launcher of preference.

3.Launch the instance, if it goes to the title screen/downloads assets then it worked. Enjoy and add mods or run it as default, whatever user prefers. Examples: Stacm Em, Bootiful Block Outline


PoJav/mobile way

Video showing how to install FoxLoader without Risugami's Modloader in Chrome/mobile with PoJav: Video Source

1.Open Chrome

2.Search "foxloader github"

3.Open GitHub

4.Download from FoxLoader installer using github

5.Open PojavLauncher

6.Execute jar files from FoxLoader installer?

7.Exit PojavLauncher

8.Restart the installer using PojavLauncher, however that crashes when trying to install newer versions of the game?

9.Play FoxLoader installer

10.Enjoy!!

FoxLoader PolyMC Instance Imported
Debug Stitched Terrain
Debug Stitched Items
Mojang Launcher FoxLoader Jar Installer Window
Mojang Launcher FoxLoader Jar Installer Window With Installed To Mojang Launcher Feedback Window
Mojang Launcher FoxLoader Jar Installer Window With MultiMC, PolyMC, PrismMC Instructions Window
Mojang Launcher FoxLoader Jar Installer Window With Extracted Server Jar Window
FoxLoader/ReIndev Title Screen
Controls Page 1
Controls Page 2
Skin Options Page
Video Options Main Menu/Screen
Video Options Performance Page
Video Options Appearance Page
Video Options Other Settings Page
Block Outline Settings Page (default not related to Bootiful Block Outline mod)
FoxLoader Default Look at Mod Menu


FoxLoader GitHub Project Description Details

ReIndevFoxLoader

ModLoader for Minecraft ReIndev

Community

You can join the official ReIndev Discord here

A feature missing to make your mod? Just open an issue!


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 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/Fox2Code/FoxLoaderExampleMod