diff --git a/README.md b/README.md index 23b49b9..1e65cbf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ReapersSky-1.0.0.mrpack b/ReapersSky-1.0.0.mrpack index 240ada0..d68666a 100644 Binary files a/ReapersSky-1.0.0.mrpack and b/ReapersSky-1.0.0.mrpack differ diff --git a/build_mrpack.py b/build_mrpack.py index 5ae74ac..6c0b150 100755 --- a/build_mrpack.py +++ b/build_mrpack.py @@ -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")),