From 6ecbc26474aa37669c59fefe515db33dceabe968 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Mon, 30 Sep 2024 12:00:55 +0200 Subject: [PATCH] builder :D --- index.toml | 10 ++++++++++ mods/luckperms-placeholderapi.pw.toml | 7 +++++++ mods/placeholder-api.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 mods/luckperms-placeholderapi.pw.toml create mode 100644 mods/placeholder-api.pw.toml diff --git a/index.toml b/index.toml index e9f6927..1ddd29d 100644 --- a/index.toml +++ b/index.toml @@ -98,6 +98,11 @@ file = "mods/lmd.pw.toml" hash = "cc9155f59d5483cff9c738329fc700731f768bafaf2e191f75fb69bfff38b66c" metafile = true +[[files]] +file = "mods/luckperms-placeholderapi.pw.toml" +hash = "4c22c5593488f15bde401ee2956a7de544cb8ed91ab77a7d2e007f1703435cf4" +metafile = true + [[files]] file = "mods/luckperms.pw.toml" hash = "fd3c19d3524ec86a192e87859738bdd2f5e244115ae1125202592ac13c608979" @@ -123,6 +128,11 @@ file = "mods/noisium.pw.toml" hash = "85984b4af80646c0d92388512daeb1ef5404ec76b83fd0958103b3b38e98fff1" metafile = true +[[files]] +file = "mods/placeholder-api.pw.toml" +hash = "d0311de4c47e48ba0c1769253c7bd8fd541ed81c60823c539116a963e58c9128" +metafile = true + [[files]] file = "mods/puzzles-lib.pw.toml" hash = "051e4f73dda5eb438a3e1eb84cd51698a1ec15e886b88aff3472cd9c7a305012" diff --git a/mods/luckperms-placeholderapi.pw.toml b/mods/luckperms-placeholderapi.pw.toml new file mode 100644 index 0000000..1a5b9e2 --- /dev/null +++ b/mods/luckperms-placeholderapi.pw.toml @@ -0,0 +1,7 @@ +name = "LuckPerms-PlaceholderAPI" +filename = "LuckPerms-Fabric-PlaceholderAPI-Hook.jar" + +[download] +url = "https://ci.lucko.me/job/LuckPermsPlaceholders/lastSuccessfulBuild/artifact/fabric-placeholderapi/build/libs/LuckPerms-Fabric-PlaceholderAPI-Hook.jar" +hash-format = "sha256" +hash = "064b98c0979d28b282661156208e5bcba2e9a0c851b2e312e6f0042b94297687" diff --git a/mods/placeholder-api.pw.toml b/mods/placeholder-api.pw.toml new file mode 100644 index 0000000..21aedbd --- /dev/null +++ b/mods/placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.4.1+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eXts2L7r/versions/cE5TczQr/placeholder-api-2.4.1%2B1.21.jar" +hash-format = "sha1" +hash = "5f61f50e36f1f957dbb87eda02da95d847b4a943" + +[update] +[update.modrinth] +mod-id = "eXts2L7r" +version = "cE5TczQr" diff --git a/pack.toml b/pack.toml index 9a6755f..925caa4 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "31d15fd409f950a9cee78d6d8971eb2a784dea110817bcefd788c322f97d95b0" +hash = "393ab9f20fa98a0d9cd9f4163162c509907f775da441427d401a286922fcf3f5" [versions] fabric = "0.16.5"