From 5ccc9549bace25399f694dc59b493450e595ee00 Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 17:27:05 -0600 Subject: [PATCH] feat: add "Botania" mod --- index.toml | 15 +++++++++++++++ mods/botania.pw.toml | 13 +++++++++++++ mods/curios.pw.toml | 13 +++++++++++++ mods/patchouli.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/botania.pw.toml create mode 100644 mods/curios.pw.toml create mode 100644 mods/patchouli.pw.toml diff --git a/index.toml b/index.toml index dd2e851..359e542 100644 --- a/index.toml +++ b/index.toml @@ -4,11 +4,21 @@ hash-format = "sha256" file = ".exrc" hash = "3c2b78a7a1b2ae2449855adfa01dd5fb9974f4038abccb1d3dfd6bea06213a52" +[[files]] +file = "mods/botania.pw.toml" +hash = "450686274e074a0caa8adb5ae1a740abb37126cbe02df4a7aa29b54532c0aa79" +metafile = true + [[files]] file = "mods/create.pw.toml" hash = "fb5c251cf4997fa65ca043bab7c9ecbd02e108031584a3e26276b77d212de23c" metafile = true +[[files]] +file = "mods/curios.pw.toml" +hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2" +metafile = true + [[files]] file = "mods/jei.pw.toml" hash = "b0441c2b5bb6ff680d97eac28d95847f0d4dbee34d1d42d897997b500acd44ca" @@ -18,3 +28,8 @@ metafile = true file = "mods/more-overlays-updated.pw.toml" hash = "d523d495ab022346d3789c0bb0c24a5c78c1cbb661e48b6fc1c15f322a02ed74" metafile = true + +[[files]] +file = "mods/patchouli.pw.toml" +hash = "55c6d0b8ee25fd6a37a964805de3d2eab3f20d73a88ba77a63b4a51fd985d9dd" +metafile = true diff --git a/mods/botania.pw.toml b/mods/botania.pw.toml new file mode 100644 index 0000000..6723b53 --- /dev/null +++ b/mods/botania.pw.toml @@ -0,0 +1,13 @@ +name = "Botania" +filename = "Botania-1.20.1-450-FORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/cuN4HNDd/Botania-1.20.1-450-FORGE.jar" +hash-format = "sha512" +hash = "a19581dbab10c93266418c7a2713454f8d5266fec03316252804be8829180cac535cb8cceeb37febe7e28a57b3ada4aa261164b821d3e48f2669cf8ae73716db" + +[update] +[update.modrinth] +mod-id = "pfjLUfGv" +version = "cuN4HNDd" diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml new file mode 100644 index 0000000..a83572f --- /dev/null +++ b/mods/curios.pw.toml @@ -0,0 +1,13 @@ +name = "Curios API" +filename = "curios-forge-5.14.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/IPQlZkz1/curios-forge-5.14.1%2B1.20.1.jar" +hash-format = "sha512" +hash = "1373f95fd111c977db2f6adcef8e4eb486a2d926a3e17374692dee4ac3d65857de6446c16922b531aa5ace2c23c666a7fcc28c720b2917c1e04808d15648ba87" + +[update] +[update.modrinth] +mod-id = "vvuO3ImH" +version = "IPQlZkz1" diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..4c242c4 --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.20.1-84.1-FORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/8Qyw08ld/Patchouli-1.20.1-84.1-FORGE.jar" +hash-format = "sha512" +hash = "d87143ae5dc979e8d65dd35ff0916077a355c503c4a906bed0d9dbe600ff0602e5296800cbdf2260d47033f664691b54e1b18a1b9835339c4e13d69fc4251f1b" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "8Qyw08ld" diff --git a/pack.toml b/pack.toml index 233c4f0..ab058da 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 = "f9398644ad8374d4d2f9335c41f56b5c9abd0de5667387e9d1a837f80960a156" +hash = "813778a5a9aacb4938c8263102b845da0db6a586f3168769c308d3a69f5a4f11" [versions] minecraft = "1.20.1"