- Note: Weave is it's own Mod Loader, forge/fabric mods are not compatabile and must be ported.
Supported Clients | Supported Versions | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Supported Clients | Supported Versions | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
- Weave Manager Tauri is currently in beta, but set to supercede the buggy and unusable Weave Manager Electron.
- Directory:
~/.weave/mods
//%userprofile%/.weave/mods
- Mods must be made for Weave. You can find mods in the Discord server https://discord.gg/zzncWwGg5X or https://efo-chi.vercel.app/ , however, the latter has been deprecated.
- Lunar Client Qt (USE THIS, 2.0 no longer works!)
- Download the latest release of Weave Loader and add it as an agent https://github.com/Weave-MC/Weave-Loader/releases
- Create the folder
.weave
and insidemods
in your user profile path- Windows: Windows+R, type
%userprofile%
, create the directories there - Unix:
mkdir -p ~/.weave/mods
- Windows: Windows+R, type
- In this folder add your mods
- Launch!
Lunar Launcher Inject(CURRENTLY BROKEN!!!!)- Download the latest release from https://github.com/Nilsen84/lunar-launcher-inject/releases for your operating system.
- Make a new directory anywhere, and put the file you downloaded inside
- Download the latest Weave Loader https://github.com/Weave-MC/Weave-Loader/releases and put it in the same folder.
- Open Lunar's launcher normally, then disable exit to dock and close it, ensure it's not running in the background, if it is you'll want to kill it.
- Windows: Open Lunar Launcher Inject
- Launch!
- Unix: Set your current directory to the directory with Lunar Launcher Inject, then run
chmod +x nameoflliexecutable
(Please note, Mac users will have to rename the executable in order to remove all dots otherwise it will not work.)./nameoflliexecutable
- Launch!
- Windows: Open Lunar Launcher Inject
- Command Line Interface (Windows)
- Download Process Hacker https://processhacker.sourceforge.io/
- Run Lunar
- Right click the process and go to properties
- Copy the launch command (general -> command line) and save it in notepad as a
.bat
. - In the
.bat
, just after Java is defined add-javaagent:"path/to/agent.jar"
https://github.com/Weave-MC/Weave-Loader/releases - At the very end, on a new line, write
pause
. - Make a new first line, add
cd %userprofile%/.lunarclient/offline/multiver
- Save the file
- Open the file, and you've launched lunar with weave!
- Weave Diagnose
- Create the folder
.weave
and insidemods
in your user profile path
- Windows: Windows+R, type
%userprofile%
, create the directories there - Unix:
mkdir -p ~/.weave/mods
- Download Weave Diagnose from https://gitlab.com/candicey-weave/weave-diagnose/-/releases
- Double click Weave Diagnose jar and add your mods to the
.weave/mods
folder, hit run Weave when ready and that's it.
- Create the folder
- Command Line Interface (Linux)
- Run Lunar
- Open your terminal and run
ps aux | grep lunar.jar
- Copy the command and add it to a
.sh
script, and addcd ~/.lunarclient/offline/multiver
to the first line before the actual launch command. - In the
.sh
, just after Java is defined add-javaagent:"path/to/agent.jar"
https://github.com/Weave-MC/Weave-Loader/releases - Create the folder
.weave
and insidemods
in your user profile path, to do this run:mkdir -p ~/.weave/mods
- Add your mods to the folder and then run the
.sh
script.
- Weave Manager Electron
- Note: Weave Manager Electron is very buggy and I don't recommend it as it usually fails to relaunch and uses excess amounts of resources. You should use Weave Loader instead.
- Install the corresponding version for your operating system from https://github.com/exejar/Weave-Manager/releases
- Add your mods to:
- Unix:
~/.weave/mods
, create it if it does not exist. - Windows: Press Windows + R, then in the run dialogue type
%userprofile
, look for.weave
, if it doesn't exist create it and inside make a folder called mods, the full path is%userprofile%/.weave/mods
- Unix:
- Run it and launch lunar then hit relaunch with Weave.
- Enjoy, if it works.
- Weave Manager Tauri (Windows) (BETA)
- Download it:
- Building it:
- https://github.com/Weave-MC/Weave-Manager Download the source code.
- Download NodeJS
- Download RustUp
- Download VCC Build tools (12GB+)
- Open CMD and change your current directory to the folder containing index.html and whatnot, to do this run
cd PATH
, PATH being the path to the folder. - Run
npm i
, and thennpm run tauri build
- Grab some water and develop patience.
- Once your build is finished, you may get an error about keys, ignore it.
- Navigate to
src-tauri\target\release
andWeave Manager.exe
is it! - I have found Weave Manager Tauri to be very reliable and easy to use, minus the build tax.
- Usage:
- Add your mods to
%userprofile%/.weave/mods
- Launch Lunar
- Hit relaunch
- Inquire Candice about using the beta branch if you wish to use it. The best place to do this would be in the help channel. I personally have not tried the beta branch.