From 6827a00a459ef8d594bc5bd4d7f4d6f6bc1a02da Mon Sep 17 00:00:00 2001 From: Christopher Miller Date: Sat, 27 Jul 2024 15:56:46 -0700 Subject: [PATCH] Got P&P Working --- index.toml | 15 +++++++++++++++ mods/azurelib-armor.pw.toml | 13 +++++++++++++ mods/paladins-and-priests.pw.toml | 13 +++++++++++++ mods/runes.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/azurelib-armor.pw.toml create mode 100644 mods/paladins-and-priests.pw.toml create mode 100644 mods/runes.pw.toml diff --git a/index.toml b/index.toml index 4ab863e..afbeb18 100644 --- a/index.toml +++ b/index.toml @@ -759,6 +759,11 @@ file = "mods/architectury-api.pw.toml" hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad" metafile = true +[[files]] +file = "mods/azurelib-armor.pw.toml" +hash = "70f3988fc144b7da812dfa6be45720e13980a2421768c8542b5acdb22ebee6ba" +metafile = true + [[files]] file = "mods/bad-wither-no-cookie.pw.toml" hash = "b5ab061f078e160c2d6b60b43fa4e35860306f1e7bb5e3323dd3689d4f1a24ba" @@ -1316,6 +1321,11 @@ file = "mods/packet-fixer.pw.toml" hash = "380dc01ccca1dd5f5acc54845b21ac1533bfcb048ca62b357b9b89eb10dbb07d" metafile = true +[[files]] +file = "mods/paladins-and-priests.pw.toml" +hash = "576d07620d82ba95eb403981a9ba96e1c8fb3098039c732a0c2598a199ef08ec" +metafile = true + [[files]] file = "mods/paladins-furniture.pw.toml" hash = "240cc009c83904cbe69eccf79f42ef50300007fe9cc00d0489dbd888383cb883" @@ -1381,6 +1391,11 @@ file = "mods/roughly-enough-professions-rep.pw.toml" hash = "099f4613975cba72fd83510efccfa85c4c15e446aebf082584c24e87f2ab918e" metafile = true +[[files]] +file = "mods/runes.pw.toml" +hash = "e75baae1134e34434fc8fea4c6ee4272c8fe9d8ce30c2a7845c8d791fd1c078b" +metafile = true + [[files]] file = "mods/screenshot-to-clipboard-fabric.pw.toml" hash = "d580e87dd3fbea1d9bd98da604ff9ed7de782565e507a113031f0555763901aa" diff --git a/mods/azurelib-armor.pw.toml b/mods/azurelib-armor.pw.toml new file mode 100644 index 0000000..4cbee33 --- /dev/null +++ b/mods/azurelib-armor.pw.toml @@ -0,0 +1,13 @@ +name = "AzureLib Armor" +filename = "azurelibarmor-fabric-1.20.1-2.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pduQXSbl/versions/DLqxipmE/azurelibarmor-fabric-1.20.1-2.0.6.jar" +hash-format = "sha1" +hash = "ec4a27a26ac8fdd67d4ca39307feb2a7e0781e39" + +[update] +[update.modrinth] +mod-id = "pduQXSbl" +version = "DLqxipmE" diff --git a/mods/paladins-and-priests.pw.toml b/mods/paladins-and-priests.pw.toml new file mode 100644 index 0000000..df2d94f --- /dev/null +++ b/mods/paladins-and-priests.pw.toml @@ -0,0 +1,13 @@ +name = "Paladins & Priests (RPG Series)" +filename = "paladins-1.0.5+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FxXkHaLe/versions/zCnhTp58/paladins-1.0.5%2B1.20.1.jar" +hash-format = "sha1" +hash = "cceeef4972f99840b9389fc0696060ea0dced7ef" + +[update] +[update.modrinth] +mod-id = "FxXkHaLe" +version = "zCnhTp58" diff --git a/mods/runes.pw.toml b/mods/runes.pw.toml new file mode 100644 index 0000000..098871b --- /dev/null +++ b/mods/runes.pw.toml @@ -0,0 +1,13 @@ +name = "Runes" +filename = "runes-0.9.13+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lP9Yrr1E/versions/Z915LCkR/runes-0.9.13%2B1.20.1.jar" +hash-format = "sha1" +hash = "9a13275dc0cf1c092fda619bfb88415fee7e2e67" + +[update] +[update.modrinth] +mod-id = "lP9Yrr1E" +version = "Z915LCkR" diff --git a/pack.toml b/pack.toml index 9b237b0..895d48d 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 = "236e3e87f47c521f187710a20be2ae24493e03fb44d54f96f54cc8aac99f1629" +hash = "1cc0f7bb03eb097117074d75db7537e7e079dd9d5abfff88c98c6b7de2ac50e3" [versions] fabric = "0.15.5"