-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ EN
seedling edited this page Jun 3, 2026
·
4 revisions
Most of the rendering (GPU) is taken away:
-
Mo' Bends
-
3dSkinLayers
Just disable them or remove them from the modpack
Is the game lagging? Or do you have a weak CPU? - offload the server part of the modpack to the server
- Download the modpack with the "serv" suffix from releases
- Download Cleanroom (which is installer.jar)
- Run Cleanroom...installer.jar > Install server > Select server folder > OK
- Download Radmin VPN https://www.radmin-vpn.com > Create a network > Invite your friends
- 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
- Run start.bat (to turn off the server, write stop in the console)