Server
How to Install Cleanroom Loader on a Server
Steps
- Delete the
libraries
folder inside your server directory. - ⚠️ Warning: Ensure your server modlist does not include problematic or deprecated mods.
See Preparing your modpack for more details. - Download the latest
cleanroom-x.x.x-installer.jar
from the Releases page and run it. - In the installer GUI, select Install server and choose your server’s directory.
- Add Fugue to your mod folder
(it will not load in a Forge environment) - Add Scalar Legacy to your mod folder
(it will not load in a Forge environment) - (Optional) Add JVM arguments to your server’s launch file as described in the JVM Arguments section.
Notes
- On Windows, you can point to modern Java executables either by updating your Environment Variables or by specifying the full path between double quotes in the Launch bat, e.g.:
"C:/Program Files/.../bin/javaw.exe"
- On Linux, you can use
SDKMAN!
to manage your java versions.