test
Some checks failed
Update wiki / test (push) Failing after 12s

This commit is contained in:
Ashley Graves 2024-07-27 14:55:31 +02:00
parent a5fdf9b7fb
commit a4b5559e53

View file

@ -19,7 +19,7 @@ for mod in glob.glob("pack/mods/*.toml"):
if "modrinth" in data["update"]:
url = "https://modrinth.com/mod/" + data["update"]["modrinth"]["mod-id"]
elif "curseforge" in data["update"]:
url = "http://dev.bukkit.org/bukkit-plugins/" + data["update"]["curseforge"]["mod-id"]
url = "http://dev.bukkit.org/bukkit-plugins/" + data["update"]["curseforge"]["project-id"]
print(data)
mods[data["name"]] = url