parent
3eedf71b22
commit
9c7c9283a0
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ for mod in glob.glob("pack/mods/*.toml"):
|
|||
try:
|
||||
print("MR: " + data.update.modrinth["mod-id"])
|
||||
url = "https://modrinth.com/mod/" + data.update.modrinth["mod-id"]
|
||||
catch:
|
||||
except:
|
||||
noop()
|
||||
|
||||
try:
|
||||
print("CF: " + data.update.curseforge["mod-id"])
|
||||
url = "http://dev.bukkit.org/bukkit-plugins/" + data.update.curseforge["mod-id"]
|
||||
catch:
|
||||
except:
|
||||
noop()
|
||||
|
||||
mods[data.name] = url
|
||||
|
|
Loading…
Reference in a new issue