Reaper's Sky 1.1.0: +23 mods (101 total), rebuild mrpack

Storage: Sophisticated Core/Storage/Backpacks + Create integration addons,
Tom's Simple Storage, Pipez.
Automation: Create Slice & Dice (bundles atmosphere/sable-companion jarjar),
Create: Easy Stone Generators.
Create x Ars: Create: Ars Nouveau Compat + Create: Compat Core.
Ars x Backpacks: Sophisticated Backpacks: Ars Compat (LuminaCherry, CF-pinned).
Building: Macaw's set (Doors, Fences&Walls, Windows, Bridges, Stairs, Trapdoors,
Furniture, Lights&Lamps, Paths&Pavings, Paintings) — no roofs.

Server manifest regenerated to 82 mods; mrpack rebuilt as ReapersSky-1.1.0.
Validated: server boots to Done on 21.1.248 with all new mods loaded.
This commit is contained in:
ReaperOfVeriod
2026-08-20 20:55:48 +02:00
parent ac037e8061
commit db33224009
7 changed files with 169 additions and 10 deletions
+8 -4
View File
@@ -13,7 +13,7 @@ INSTANCE = os.path.expanduser(
)
MODS_DIR = os.path.join(INSTANCE, "mods")
OUT = os.path.join(os.path.dirname(os.path.abspath(__file__)),
"ReapersSky-1.0.0.mrpack")
"ReapersSky-1.1.0.mrpack")
# (name in instance, override source path) — shipped as-is into .minecraft
OVERRIDES = [
@@ -27,11 +27,15 @@ OVERRIDES = [
os.path.join(INSTANCE, "shaderpacks/ComplementaryReimagined_r5.8.1 + EuphoriaPatches_1.9.3")),
]
# CurseForge-only mod: project 1641969 (aero-shadow-fix), file 8589529.
# CurseForge-only mods: project 1641969 (aero-shadow-fix), file 8589529, and
# project 1653477 (Sophisticated Backpacks: Ars Compat), file 8653384.
CF_FILES = {
"aero-shadow-fix.jar": {
"url": "https://www.curseforge.com/api/v1/mods/1641969/files/8589529/download",
},
"arssophisticatedcompat-0.3.0.jar": {
"url": "https://www.curseforge.com/api/v1/mods/1653477/files/8653384/download",
},
}
def sha1(path):
@@ -80,9 +84,9 @@ def main():
index = {
"formatVersion": 1,
"game": "minecraft",
"versionId": "1.0.0",
"versionId": "1.1.0",
"name": "Reaper's Sky",
"summary": "Airships, exploration & tech. 78 mods for Minecraft 1.21.1 / NeoForge.",
"summary": "Airships, exploration & tech. 101 mods for Minecraft 1.21.1 / NeoForge.",
"files": files,
"dependencies": {"minecraft": "1.21.1", "neoforge": "21.1.248"},
}