This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-09-30 18:20:37 +02:00
parent aca0e33468
commit e401edcc09
6 changed files with 11 additions and 5 deletions

View file

@ -24,7 +24,7 @@ for mod in glob.glob("pack/mods/*.toml"):
moddata = dict()
moddata["name"] = data["name"]
moddata["url"] = ""
moddata["side"] = data["side"]
moddata["side"] = data["side"] or "both"
license = dict()
if "modrinth" in data["update"]:

View file

@ -2,7 +2,7 @@ hash-format = "sha256"
[[files]]
file = ".forgejo/scripts/update-wiki.py"
hash = "f5f59ff0fc15dc9a530fb7631f940385aed1e8b25bdbef8cca59ab06560593f8"
hash = "d6eb4fde3e39f638f1b114a54d1ff67fc69aee974ad1d6d8cf4a809b3e250783"
[[files]]
file = ".forgejo/workflows/update-wiki.yaml"
@ -100,7 +100,7 @@ metafile = true
[[files]]
file = "mods/luckperms-placeholderapi.pw.toml"
hash = "4c22c5593488f15bde401ee2956a7de544cb8ed91ab77a7d2e007f1703435cf4"
hash = "d866a7b494bc9468764e7c9194accbf9ccb230aaba84f977d5582ed9810cca8a"
metafile = true
[[files]]
@ -110,9 +110,13 @@ metafile = true
[[files]]
file = "mods/mc-leashplayers.pw.toml"
hash = "0ab9e813c177660b7e893a0f8a7afe34760877d16af640f1b9663edfa6cd887a"
hash = "d21d5663650df616113a26d9ffd57cdb434845e21c561f705a5f90a448594c55"
metafile = true
[[files]]
file = "mods/minecraft-command-permissions-1.6.4.jar"
hash = "3d11db26ba814fcd167eb24029fd12bf331ec45c77ede883eccd86d7640af262"
[[files]]
file = "mods/mob-armor-trims.pw.toml"
hash = "246509495609f4041e7a7b5a85db98159b3fc1dcd559233748e90d6fb0a3a46b"

View file

@ -1,5 +1,6 @@
name = "LuckPerms-PlaceholderAPI"
filename = "LuckPerms-Fabric-PlaceholderAPI-Hook.jar"
side = "server"
[download]
url = "https://ci.lucko.me/job/LuckPermsPlaceholders/lastSuccessfulBuild/artifact/fabric-placeholderapi/build/libs/LuckPerms-Fabric-PlaceholderAPI-Hook.jar"

View file

@ -1,5 +1,6 @@
name = "mc-leashplayers"
filename = "leashmod-1.1.1.jar"
side = "server"
[download]
url = "https://git.incest.world/ashley/mc-leashplayers/releases/download/1.1.1/leashmod-1.1.1.jar"

Binary file not shown.

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "83b3489cc3bb2b70506a5163b3f860e7f58cfa7974ee9229b04265365332fa45"
hash = "54418d061fbbac70c82946a029f713447b9f1ce671e8776bd887184fedda04be"
[versions]
fabric = "0.16.5"