Reaper's Sky 1.2.0: building mods — Chisel Reborn, Supplementaries, Architect's Palette (+6)

Add Chisel Reborn 2.0.1 (chisel + block variants), Supplementaries 3.9.1
(+ Moonlight 3.4.1), and Architect's Palette 1.4.0-beta.5 to the Building
category. Adds transitive libs architectury-api 13.0.11 and cryonicconfig
1.0.0. Client 101->107 mods, server 82->88. Rebuilt mrpack + mods.json.
This commit is contained in:
2026-08-20 21:15:33 +02:00
parent db33224009
commit d77a28e112
6 changed files with 43 additions and 10 deletions
+3 -3
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.1.0.mrpack")
"ReapersSky-1.2.0.mrpack")
# (name in instance, override source path) — shipped as-is into .minecraft
OVERRIDES = [
@@ -84,9 +84,9 @@ def main():
index = {
"formatVersion": 1,
"game": "minecraft",
"versionId": "1.1.0",
"versionId": "1.2.0",
"name": "Reaper's Sky",
"summary": "Airships, exploration & tech. 101 mods for Minecraft 1.21.1 / NeoForge.",
"summary": "Airships, exploration & tech. 107 mods for Minecraft 1.21.1 / NeoForge.",
"files": files,
"dependencies": {"minecraft": "1.21.1", "neoforge": "21.1.248"},
}