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
@@ -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"},