diff --git a/index.toml b/index.toml index 2d9898a..d98a84a 100644 --- a/index.toml +++ b/index.toml @@ -75,6 +75,11 @@ file = "mods/continuity.pw.toml" hash = "8e73f68cbcbff53b6a00c30f371fc34a63c2ac2240af4792008d67dce74fb507" metafile = true +[[files]] +file = "mods/craterlib.pw.toml" +hash = "23d2c83abcf601d56fa8a500660d8d512192a5a038468492037ec1025ba08b78" +metafile = true + [[files]] file = "mods/cull-less-leaves.pw.toml" hash = "312270e142843c8709d2768888f6a95572ed385d4b4aaf50526f1bfa667cf23c" @@ -235,6 +240,11 @@ file = "mods/rei.pw.toml" hash = "be84563e2c530c6960ceedec8a6ec6a1272fcb6de2740d7e6bcf096e347ea38f" metafile = true +[[files]] +file = "mods/simple-discord-rpc.pw.toml" +hash = "528cfa4ab8def3ed78b472ac38da0553d546c44eb9713fb6f21ed46be61f5993" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "ea193a0081775b5b2dda289e12578c9122294ec6b6363dbfd7c1e7b5d2dfbd71" diff --git a/mods/craterlib.pw.toml b/mods/craterlib.pw.toml new file mode 100644 index 0000000..81cc2ff --- /dev/null +++ b/mods/craterlib.pw.toml @@ -0,0 +1,13 @@ +name = "CraterLib" +filename = "CraterLib-fabric-1.20-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Nn8Wasaq/versions/5Tb1a93E/CraterLib-fabric-1.20-1.0.0.jar" +hash-format = "sha1" +hash = "51e9d649f15cf80856930dd19b817c9ce2007a6e" + +[update] +[update.modrinth] +mod-id = "Nn8Wasaq" +version = "5Tb1a93E" diff --git a/mods/simple-discord-rpc.pw.toml b/mods/simple-discord-rpc.pw.toml new file mode 100644 index 0000000..80c9ad4 --- /dev/null +++ b/mods/simple-discord-rpc.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Discord RPC" +filename = "simple-rpc-fabric-1.20-3.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ObXSoyrn/versions/28C8ubz1/simple-rpc-fabric-1.20-3.2.2.jar" +hash-format = "sha1" +hash = "a45491d43bb933721539b2f31cc44f1a1bd32482" + +[update] +[update.modrinth] +mod-id = "ObXSoyrn" +version = "28C8ubz1" diff --git a/pack.toml b/pack.toml index 4794662..4c7a657 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 = "1ebd58e41949697c512d2e6aca074331004f8750f78a76108dd5ca7950e73ff4" +hash = "ce585c55c6ad435f71ecb923c6bc88aef2e438a93fefc39e3ababa771ae69c08" [versions] fabric = "0.14.21"