Rename pack to Reaper's Sky

- Rebrand mrpack to Reaper's Sky (ReapersSky-1.0.0.mrpack)
- 75 mods, MC 1.21.1 / NeoForge 21.1.248
- Includes flywheel:indirect backend fix + aero-shadow-fix + shader overrides
- build_mrpack.py regenerates the pack from a live Prism instance
This commit is contained in:
ReaperOfVeriod
2026-08-20 19:21:14 +02:00
parent 17b7655ea1
commit 5a597dd6c4
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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/<you>/<repo>/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.
+2 -2
View File
@@ -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"},