parent
45471137d1
commit
b3e2c220ee
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ for mod in glob.glob("pack/mods/*.toml"):
|
|||
elif "curseforge" in data["update"]:
|
||||
moddata["url"] = "https://legacy.curseforge.com/projects/" + str(data["update"]["curseforge"]["project-id"])
|
||||
moddata["site"] = "CurseForge"
|
||||
moddata["license"] = "CurseForge API does not provide mod licenses."
|
||||
moddata["license"] = "CurseForge API does not provide mod licenses. See mod page for details."
|
||||
|
||||
count[moddata["side"]] += 1
|
||||
mods[moddata["name"]] = moddata
|
||||
|
|
Loading…
Reference in a new issue