diff --git a/README.md b/README.md index cd09ff0..0c69ec6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Create Aeronautics - Airship & Expansion +# Reaper's Sky A curated Minecraft modpack about airships, exploration, and tech progression. **Minecraft 1.21.1 / NeoForge 21.1.248** — 75 mods. @@ -7,7 +7,7 @@ A curated Minecraft modpack about airships, exploration, and tech progression. 1. Open Prism Launcher → **Add Instance → Import from ZIP**. 2. Paste the raw URL to the `.mrpack` file in this repository - (e.g. `https://raw.githubusercontent.com///main/Create-Aeronautics-Airship-Expansion-1.0.0.mrpack`). + (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. diff --git a/Create-Aeronautics-Airship-Expansion-1.0.0.mrpack b/ReapersSky-1.0.0.mrpack similarity index 96% rename from Create-Aeronautics-Airship-Expansion-1.0.0.mrpack rename to ReapersSky-1.0.0.mrpack index 77af6e7..74dca75 100644 Binary files a/Create-Aeronautics-Airship-Expansion-1.0.0.mrpack and b/ReapersSky-1.0.0.mrpack differ diff --git a/build_mrpack.py b/build_mrpack.py index 39d061c..56da21b 100755 --- a/build_mrpack.py +++ b/build_mrpack.py @@ -14,7 +14,7 @@ INSTANCE = os.path.expanduser( ) MODS_DIR = os.path.join(INSTANCE, "mods") OUT = os.path.join(os.path.dirname(os.path.abspath(__file__)), - "Create-Aeronautics-Airship-Expansion-1.0.0.mrpack") + "ReapersSky-1.0.0.mrpack") # (name in instance, override source path) — shipped as-is into .minecraft OVERRIDES = [ @@ -73,7 +73,7 @@ def main(): "formatVersion": 1, "game": "minecraft", "versionId": "1.0.0", - "name": "Create Aeronautics - Airship & Expansion", + "name": "Reaper's Sky", "summary": "Airships, exploration & tech. 75 mods for Minecraft 1.21.1 / NeoForge.", "files": files, "dependencies": {"minecraft": "1.21.1", "neoforge": "21.1.248"},