diff --git a/index.toml b/index.toml index f3f3c42..cdd7720 100644 --- a/index.toml +++ b/index.toml @@ -35,6 +35,11 @@ file = "mods/cloth-config.pw.toml" hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41" metafile = true +[[files]] +file = "mods/codechicken-lib.pw.toml" +hash = "c93aa0b2389ae4dd6fbd83ffbca5fc2f6307885dd5a21e776fe4a74278e3966c" +metafile = true + [[files]] file = "mods/configured.pw.toml" hash = "c1bdeff356cd2ac164e2c0e6d0ceeda234db9774c2df44fb9f0e71d3960cc3f1" @@ -110,6 +115,11 @@ file = "mods/embeddium.pw.toml" hash = "5ec0c37f3f4ad07a40c10376668bca80334ddb7ad2bab06eb4de8f7aac339c8e" metafile = true +[[files]] +file = "mods/ender-storage.pw.toml" +hash = "3f4594bfb481b9a2c6ed86e7449039477658be2301ae06b463c02fc4930947d2" +metafile = true + [[files]] file = "mods/farmers-delight.pw.toml" hash = "fd26706fd4da11e5421f19398d4a5e23aeed594b1de41da8e2db7a3c84506f1e" @@ -230,6 +240,11 @@ file = "mods/quark.pw.toml" hash = "8df897c0f7831e919aa528c3c1e5239f39439c123d99761230ab2357132bad98" metafile = true +[[files]] +file = "mods/rapid-leaf-decay.pw.toml" +hash = "d3d5efd34f6882d5447ac51069506077fb97f6d2adfd7a29af4a803e8158f026" +metafile = true + [[files]] file = "mods/rechiseled-create.pw.toml" hash = "24e203f4cadbbbda2d3641ff33e60e2de7f1ef8d8130b6a69e18cedd9f89ae89" diff --git a/mods/codechicken-lib.pw.toml b/mods/codechicken-lib.pw.toml new file mode 100644 index 0000000..1fb9adb --- /dev/null +++ b/mods/codechicken-lib.pw.toml @@ -0,0 +1,13 @@ +name = "CodeChicken Lib" +filename = "CodeChickenLib-1.20.1-4.4.0.516-universal.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2gq0ALnz/versions/pxajg7Ob/CodeChickenLib-1.20.1-4.4.0.516-universal.jar" +hash-format = "sha512" +hash = "c3854f8c4ef06073f22990fc804597d257f9c2a355d95deda9caa6d56e864fac4302798662909a229aaa63d82fcca219d42e0ee13584e613678f5e52ef99b21c" + +[update] +[update.modrinth] +mod-id = "2gq0ALnz" +version = "pxajg7Ob" diff --git a/mods/ender-storage.pw.toml b/mods/ender-storage.pw.toml new file mode 100644 index 0000000..534a158 --- /dev/null +++ b/mods/ender-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Ender Storage" +filename = "EnderStorage-1.20.1-2.11.0.188-universal.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BbrHg80P/versions/pTEnM5jC/EnderStorage-1.20.1-2.11.0.188-universal.jar" +hash-format = "sha512" +hash = "10a14c81575a8f1827e0fae5b8d2ec477053b7f9962348233e9f6c5b3e92cd7a45ce0af3b67175d485636f8fed3a873177f8ccd7e19ef36b8391fb1c1f423e9a" + +[update] +[update.modrinth] +mod-id = "BbrHg80P" +version = "pTEnM5jC" diff --git a/mods/rapid-leaf-decay.pw.toml b/mods/rapid-leaf-decay.pw.toml new file mode 100644 index 0000000..0b814da --- /dev/null +++ b/mods/rapid-leaf-decay.pw.toml @@ -0,0 +1,13 @@ +name = "Rapid Leaf Decay" +filename = "RapidLeafDecay-1.20.1-2.0.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/jSQXzmcf/versions/4HT3hgJf/RapidLeafDecay-1.20.1-2.0.2.jar" +hash-format = "sha512" +hash = "d2bd65ecb69ee855173500205dd70e48ffe243867cc3b35dce4ad4361da303b345b30da012e9b3aeb372162247e9ce35ab30da1f2ab015c3a8f00c78453e9254" + +[update] +[update.modrinth] +mod-id = "jSQXzmcf" +version = "4HT3hgJf" diff --git a/pack.toml b/pack.toml index 18bfaf6..0523f8e 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 = "0393906f96ef1decf18ba3404f455aa76f6a41f322c507971cac6b9b2eaa7bde" +hash = "a2400ebda0de6ddd98c13f91a3884fd9b2b2b78a3341f2cc70c99d19d0e86546" [versions] minecraft = "1.20.1"