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:
+2
-2
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user