From 94b2045fc7cf2eb8bef8e2f17dbfb902bcdaa02e Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Fri, 14 Apr 2023 20:21:00 -0700 Subject: [PATCH] add bluemap, lootr, luckperm, worldedit --- .minecraft/index.toml | 20 ++++++++++++++++++++ .minecraft/mods/bluemap.pw.toml | 13 +++++++++++++ .minecraft/mods/lootr-fabric.pw.toml | 13 +++++++++++++ .minecraft/mods/luckperms.pw.toml | 13 +++++++++++++ .minecraft/mods/worldedit.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 6 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/bluemap.pw.toml create mode 100644 .minecraft/mods/lootr-fabric.pw.toml create mode 100644 .minecraft/mods/luckperms.pw.toml create mode 100644 .minecraft/mods/worldedit.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 121edc3..20afc6c 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -76,6 +76,11 @@ file = "mods/biomesyougo.pw.toml" hash = "f9daa7f4a22030249d4ba643df59c7fc4e49b2cdaf6fc4adb9df70a8827d3f6e" metafile = true +[[files]] +file = "mods/bluemap.pw.toml" +hash = "9aad0aeed9cb635aa6e1c96880f3eefb15c319dd3d38e6731ac2fc41d50a4adc" +metafile = true + [[files]] file = "mods/bobby.pw.toml" hash = "33d8e4f2b5e3546f8dd4df0aadcc374b2b1e811f456bdea741dc53b94ac22f11" @@ -281,6 +286,16 @@ file = "mods/lighty.pw.toml" hash = "1031c190ba7ad5671af83738f2dcd2755fdaa93abfcf257039ad4866af0e7c60" metafile = true +[[files]] +file = "mods/lootr-fabric.pw.toml" +hash = "de55e473653cdd5046f3f79220f6aa9d1cf0eccfe97e8902c72935d0bbb0272e" +metafile = true + +[[files]] +file = "mods/luckperms.pw.toml" +hash = "114a5ff78e24bc0794339becc35fc54c62c37e1b1122b9ce1aa5c7225cc1493a" +metafile = true + [[files]] file = "mods/mcpitanlibarch.pw.toml" hash = "2f9f9dfc3816fc94e425e671b19c246b3b529aba913a9617bc2fc0e786051126" @@ -401,6 +416,11 @@ file = "mods/universal_ores.pw.toml" hash = "377f9bb0ff4133e639b9017434cb8ad9bd0af6c9eef4366de04764ab755dc688" metafile = true +[[files]] +file = "mods/worldedit.pw.toml" +hash = "719da66ac6adbf00ace4a021f1bfcd6aca271b16caa40629de9e73a79b844905" +metafile = true + [[files]] file = "mods/xaeros-minimap-fair-play-edition.pw.toml" hash = "8ea90a90292ef89b77fba94f89870023d002708bf4e1d19e3e78e8ca20f51519" diff --git a/.minecraft/mods/bluemap.pw.toml b/.minecraft/mods/bluemap.pw.toml new file mode 100644 index 0000000..ce555fd --- /dev/null +++ b/.minecraft/mods/bluemap.pw.toml @@ -0,0 +1,13 @@ +name = "BlueMap" +filename = "BlueMap-3.13-fabric-1.19.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/swbUV1cr/versions/51epxpKG/BlueMap-3.13-fabric-1.19.jar" +hash-format = "sha1" +hash = "ae3439881857976e643bb8990827dba42efb8948" + +[update] +[update.modrinth] +mod-id = "swbUV1cr" +version = "51epxpKG" diff --git a/.minecraft/mods/lootr-fabric.pw.toml b/.minecraft/mods/lootr-fabric.pw.toml new file mode 100644 index 0000000..c76ccc9 --- /dev/null +++ b/.minecraft/mods/lootr-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Lootr (Fabric)" +filename = "lootr-1.19-0.4.25.64.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2ffc99335a35ba1e32d9ecc4ac11266d8325e96b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4179748 +project-id = 615106 diff --git a/.minecraft/mods/luckperms.pw.toml b/.minecraft/mods/luckperms.pw.toml new file mode 100644 index 0000000..423b140 --- /dev/null +++ b/.minecraft/mods/luckperms.pw.toml @@ -0,0 +1,13 @@ +name = "LuckPerms" +filename = "LuckPerms-Fabric-5.4.66.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/Ws97yOyp/LuckPerms-Fabric-5.4.66.jar" +hash-format = "sha1" +hash = "eb2bd1cda5f9f9fe5d46a4fe9b6faf52ae5d1ae6" + +[update] +[update.modrinth] +mod-id = "Vebnzrzj" +version = "Ws97yOyp" diff --git a/.minecraft/mods/worldedit.pw.toml b/.minecraft/mods/worldedit.pw.toml new file mode 100644 index 0000000..0c7044e --- /dev/null +++ b/.minecraft/mods/worldedit.pw.toml @@ -0,0 +1,13 @@ +name = "WorldEdit" +filename = "worldedit-mod-7.2.12.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3583d0182a2a5c96d13434ed48ebb29742228174" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3922622 +project-id = 225608 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 5412d6c..3064145 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "18bb133fc5d19c3198323fe6e81d2170a73b195b5f843d9c03c209d2745e2ad4" +hash = "a077b183bcb1410cb35ccdc0c4ebd45b41d9220881b71263ba8550bce53b52a4" [versions] fabric = "0.14.19"