Reaper's Sky 1.2.1: +ClientSort (+Cloth Config), +MoreCulling (client); server manifest 92
This commit is contained in:
+3
-3
@@ -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"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user