From 8e72cc07583082540b9d876d52b53e10f74fe313 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Fri, 28 Feb 2025 13:46:48 +0100 Subject: [PATCH] Add botania --- index.toml | 10 ++++++++++ mods/botania.pw.toml | 13 +++++++++++++ mods/patchouli.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/botania.pw.toml create mode 100644 mods/patchouli.pw.toml diff --git a/index.toml b/index.toml index 64f696c..98adf86 100644 --- a/index.toml +++ b/index.toml @@ -73,6 +73,11 @@ file = "mods/better-farming-right-click.pw.toml" hash = "619389d9e3544fdc9cc2a2a1d8541f43a26124c00cb62c57e6237dbf6d3c81c5" metafile = true +[[files]] +file = "mods/botania.pw.toml" +hash = "25efecfcf6bd2ea3e0500b7fd4f671d7228672fce88915f86e32b2702bafda79" +metafile = true + [[files]] file = "mods/cardinal-components-api.pw.toml" hash = "127f0a7311e4ecd77c0b96660e0ff873d78d253fffb68db6101eeb414de38bb1" @@ -377,6 +382,11 @@ file = "mods/open-parties-and-claims.pw.toml" hash = "6007905b54e2f0a2d137906df129e52801acac2c174d9a56ed36c33dbad7e549" metafile = true +[[files]] +file = "mods/patchouli.pw.toml" +hash = "3c2fe6485d980a094a5094263d9d54dd59bd4cfd37439109be561894342a82f8" +metafile = true + [[files]] file = "mods/prism-lib.pw.toml" hash = "0ba23afebc8a761538a860cf9b21d6f456cfecf4573249dae9c6d7b1f3d43089" diff --git a/mods/botania.pw.toml b/mods/botania.pw.toml new file mode 100644 index 0000000..6cb8ca2 --- /dev/null +++ b/mods/botania.pw.toml @@ -0,0 +1,13 @@ +name = "Botania" +filename = "Botania-1.20.1-447-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/kzY0l6pf/Botania-1.20.1-447-FABRIC.jar" +hash-format = "sha512" +hash = "f7867b3e77a49f5373eef6cb00e22ffaaa6dbdf284ff1552fd2334553f4dc08badef304dec801022b5e38114867cec67387fb79f26ed22521f85c91157a788e5" + +[update] +[update.modrinth] +mod-id = "pfjLUfGv" +version = "kzY0l6pf" diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..9f422eb --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.20.1-84.1-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/Muu5nGmj/Patchouli-1.20.1-84.1-FABRIC.jar" +hash-format = "sha512" +hash = "a08ae7db9381bf44ff5a22e5fa0cc44ff744fe220df6c88863eded09274786609e8705dc6a31f70c072127c81255a413d37aa479dd2aaf07bc7ed0c822e0a070" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "Muu5nGmj" diff --git a/pack.toml b/pack.toml index b23ccef..aa05468 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 = "bac88891c95a1d37c2768ae1be7f500d8f29f81904996c641911bc896781792c" +hash = "6f16713904e074283c749eb16f1a7b886e7dc856385e8cd90dab091965c4f3b5" [versions] fabric = "0.16.10"