Skip to content
seedling edited this page Jun 3, 2026 · 4 revisions

It's lagging, I have a weak PC/laptop

Most of the rendering (GPU) is taken away:

  1. Mo' Bends

  2. 3dSkinLayers

Just disable them or remove them from the modpack

Server Installation

Is the game lagging? Or do you have a weak CPU? - offload the server part of the modpack to the server

If you have a 2nd computer

  1. Download the modpack with the "serv" suffix from releases
  2. Download Cleanroom (which is installer.jar)
  3. Run Cleanroom...installer.jar > Install server > Select server folder > OK
  4. Download Radmin VPN https://www.radmin-vpn.com > Create a network > Invite your friends
  5. Create a start.bat file and enter the launch parameters: Example:
"C:\Program Files\Eclipse Adoptium\jre-26.0.0.35-hotspot\bin\java" -Xmx5G -Xms5G -jar cleanroom-0.5.8-alpha.jar nogui 
pause

The first quotes are the path to java.exe

-Xmx - maximum RAM value

-Xms - how much RAM do you allocate

/\ Set both of these values to be the same

"cleanroom_name".jar - server file name.jar

nogui - disables the console GUI (if the core supports a GUI)

pause - stops ticks if there are no players on the server

  1. Run start.bat (to turn off the server, write stop in the console)

Clone this wiki locally