Pre-list reaperofveriod.nl server on import

- Ship servers.dat override so the multiplayer server appears automatically
- Update README
This commit is contained in:
ReaperOfVeriod
2026-08-20 19:27:31 +02:00
parent a717919967
commit c82ce5b2df
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ A curated Minecraft modpack about airships, exploration, and tech progression.
(e.g. `https://git.reaperofveriod.nl/ReaperOfVeriod/Reaper-s-Sky/raw/branch/main/ReapersSky-1.0.0.mrpack`).
3. Import. Prism downloads all mods, applies configs/shaders/resource pack, and sets the instance up automatically.
4. (First launch) Allocate 8 GB RAM in **Settings → Java → Memory**. Requires Java 21.
5. The multiplayer server `reaperofveriod.nl` is pre-listed — just hit **Multiplayer** and join.
## What's inside
Binary file not shown.
+1
View File
@@ -17,6 +17,7 @@ OUT = os.path.join(os.path.dirname(os.path.abspath(__file__)),
# (name in instance, override source path) — shipped as-is into .minecraft
OVERRIDES = [
("servers.dat", os.path.join(INSTANCE, "servers.dat")),
("config/flywheel-client.toml", os.path.join(INSTANCE, "config/flywheel-client.toml")),
("config/iris.properties", os.path.join(INSTANCE, "config/iris.properties")),
("config/irisflw-client.toml", os.path.join(INSTANCE, "config/irisflw-client.toml")),