Move JEI + Jade to server side (1.21 server-side recipe handling, Jade data providers)

This commit is contained in:
2026-08-21 10:30:09 +02:00
parent 21a170139f
commit 7475ce0942
4 changed files with 13 additions and 5 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 88 mods, config
sudo ./deploy.sh # installs Java 21 + curl/unzip, NeoForge, the 90 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 88 server-safe mods pinned in `mods.json`, sha1-verified |
| Mods | Downloads the 90 server-safe mods pinned in `mods.json`, sha1-verified |
| Config | `eula.txt` (EULA accepted), `server.properties` (IP, motd, 8 G) |
| Run script | `run.sh` with 8 GB + G1GC (`nogui`) |