Reaper's Sky 1.2.1: +ClientSort (+Cloth Config), +MoreCulling (client); server manifest 92

This commit is contained in:
2026-08-21 11:11:06 +02:00
parent 89c0c47bb1
commit c759ebb1c1
6 changed files with 21 additions and 8 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.2.0.mrpack")
"ReapersSky-1.2.1.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.2.0",
"versionId": "1.2.1",
"name": "Reaper's Sky",
"summary": "Airships, exploration & tech. 107 mods for Minecraft 1.21.1 / NeoForge.",
"summary": "Airships, exploration & tech. 110 mods for Minecraft 1.21.1 / NeoForge.",
"files": files,
"dependencies": {"minecraft": "1.21.1", "neoforge": "21.1.248"},
}