feat: add launcher manifest to minecraft-jars

This commit is contained in:
Ashhhleyyy 2024-10-19 15:49:55 +01:00
parent 87c213f004
commit 7fc1516db9
Signed by: ash
GPG key ID: 83B789081A0878FB
3 changed files with 2017 additions and 378 deletions

View file

@ -98,6 +98,10 @@ def get_vanilla_details(version: str):
'serverJar': server,
'clientJar': client,
'javaVersion': javaVersion,
'manifest': {
'url': LAUNCHER_MANIFEST[version]['url'],
'sha1': LAUNCHER_MANIFEST[version]['sha1'],
}
}
def get_libraries(libraries):

View file

@ -24,6 +24,7 @@ lib.mapAttrs'
url = value.vanilla.serverJar.url;
sha1 = value.vanilla.serverJar.sha1;
};
manifest = fetchurl value.vanilla.manifest;
javaVersion = getJavaVersion value.vanilla.javaVersion;
};
})

File diff suppressed because it is too large Load diff