parent
6b3eebe9dd
commit
4425407733
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ for mod in glob.glob("pack/mods/*.toml"):
|
||||||
url = ""
|
url = ""
|
||||||
if "modrinth" in data.update:
|
if "modrinth" in data.update:
|
||||||
url = "https://modrinth.com/mod/" + data.update.modrinth["mod-id"]
|
url = "https://modrinth.com/mod/" + data.update.modrinth["mod-id"]
|
||||||
elif "curseforge" data.update:
|
elif "curseforge" in data.update:
|
||||||
url = "https://legacy.curseforge.com/mod/" + data.update.modrinth["mod-id"]
|
url = "https://legacy.curseforge.com/mod/" + data.update.modrinth["mod-id"]
|
||||||
mods[data.name] = url
|
mods[data.name] = url
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue