Compare commits

...

4 Commits

Author SHA1 Message Date
f37eb7c9a9
approve luckperms 2023-08-31 16:33:11 -03:00
b43b45f42f
add luckperms 2023-08-31 16:32:32 -03:00
49612dc79a
prometheus is bad
this shit spawns a tray icon fuck off my computer
2023-08-31 16:32:15 -03:00
681d527b46
fix all.json messup 2023-08-31 16:27:37 -03:00
4 changed files with 2870 additions and 483 deletions

View File

@ -424,6 +424,11 @@ file = "mods/lithium.pw.toml"
hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da"
metafile = true
[[files]]
file = "mods/luckperms.pw.toml"
hash = "879f42a9c6ede67873e773764319cc52105db1c5bfdd540878c9a28eaa0c5561"
metafile = true
[[files]]
file = "mods/main-menu-credits.pw.toml"
hash = "2a79f7fb98b7073c926c6f87a93473f5714cf82a2ace7f344e4e2de4a33e0233"

13
mods/luckperms.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "LuckPerms"
filename = "LuckPerms-Fabric-5.4.88.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7VG8Evoq/LuckPerms-Fabric-5.4.88.jar"
hash-format = "sha1"
hash = "8c9364ad400b9562d1a547ab5cd7f57920adede6"
[update]
[update.modrinth]
mod-id = "Vebnzrzj"
version = "7VG8Evoq"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "1047c34f949b032f93d76587226cce87a0a6690cef3f07b7b597444e3470c1ef"
hash = "70b72e3664c228509e30e4cac78692f358eef1d0773f30a57781227899bb0133"
[versions]
fabric = "0.14.22"

File diff suppressed because one or more lines are too long