Reaper's Sky 1.2.1: +ClientSort (+Cloth Config), +MoreCulling (client); server manifest 92

This commit is contained in:
2026-08-21 11:11:06 +02:00
parent 89c0c47bb1
commit c759ebb1c1
6 changed files with 21 additions and 8 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ Everything needed to run the Reaper's Sky NeoForge **1.21.1** server (NeoForge
## Quick start (on the server box)
```sh
sudo ./deploy.sh # installs Java 21 + curl/unzip, NeoForge, the 90 mods, config
sudo ./deploy.sh # installs Java 21 + curl/unzip, NeoForge, the 92 mods, config
./run.sh # start the server (run inside tmux/screen so it survives logout)
```
@@ -22,7 +22,7 @@ and verifies every mod by sha1 before installing.
|------|--------|
| System packages | `openjdk-21-jre-headless`, `curl`, `unzip` (needs root/`sudo`) |
| NeoForge server | Official installer from Maven → server files + `libraries/` |
| Mods | Downloads the 90 server-safe mods pinned in `mods.json`, sha1-verified; prunes jars no longer in the pack |
| Mods | Downloads the 92 server-safe mods pinned in `mods.json`, sha1-verified; prunes jars no longer in the pack |
| Config | `eula.txt` (EULA accepted), `server.properties` (IP, motd, 8 G) |
| Run script | `run.sh` with 8 GB + G1GC (`nogui`) |