test
All checks were successful
Update wiki / test (push) Successful in 13s

This commit is contained in:
Ashley Graves 2024-07-27 15:02:06 +02:00
parent 2fe17450b0
commit 3d79f49000

View file

@ -19,7 +19,7 @@ for mod in glob.glob("pack/mods/*.toml"):
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" in data["update"]: elif "curseforge" in data["update"]:
url = "http://dev.bukkit.org/bukkit-plugins/" + str(data["update"]["curseforge"]["project-id"]) url = "https://legacy.curseforge.com/projects/" + str(data["update"]["curseforge"]["project-id"])
mods[data["name"]] = url mods[data["name"]] = url