From 796dccd146bf21ad1f6708231a74e9c102401c71 Mon Sep 17 00:00:00 2001 From: sajenim Date: Tue, 28 May 2024 13:06:02 +0800 Subject: [PATCH] install yigd --- index.toml | 15 +++++++++++++++ mods/cloth-config.pw.toml | 13 +++++++++++++ mods/fabric-api.pw.toml | 13 +++++++++++++ mods/yigd.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/cloth-config.pw.toml create mode 100644 mods/fabric-api.pw.toml create mode 100644 mods/yigd.pw.toml diff --git a/index.toml b/index.toml index 8ebeaae..339adaf 100644 --- a/index.toml +++ b/index.toml @@ -5,6 +5,16 @@ file = "mods/c2me-fabric.pw.toml" hash = "5afe4e900b83aa83109d0c845df28e9695d8e3639518b0f08169a547f0e3682b" metafile = true +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "a89dfcc985612a275975d4823a24fc3dceb244bacb2e8f81bd459283bf1b9fe9" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "f957e7280d9bae7569829edcaff25b0ba05ddb029d24f4ea53bdfb0a79615fad" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a" @@ -19,3 +29,8 @@ metafile = true file = "mods/noisium.pw.toml" hash = "e7712ecf20e3c2e52da19f968762b671726222cbc4c48206231b56b6c6cd79a7" metafile = true + +[[files]] +file = "mods/yigd.pw.toml" +hash = "2e18e36b7440a9918de1ad49d287ffee27060ed5da1c971eaff188ee7ecd38ac" +metafile = true diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..6d9c873 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-11.1.118-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/J3FLptsi/cloth-config-11.1.118-fabric.jar" +hash-format = "sha1" +hash = "f669f899d707b9e9acf1c239b0ae6b2c8be95361" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "J3FLptsi" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..3ef7c82 --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/ba99D9Qf/fabric-api-0.92.1%2B1.20.1.jar" +hash-format = "sha1" +hash = "038ebcc315b5cf18c18f78f2447895dcb2ea9bac" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "ba99D9Qf" diff --git a/mods/yigd.pw.toml b/mods/yigd.pw.toml new file mode 100644 index 0000000..a4bf849 --- /dev/null +++ b/mods/yigd.pw.toml @@ -0,0 +1,13 @@ +name = "You're in Grave Danger" +filename = "youre-in-grave-danger-2.0.0-beta.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HnD1GX6e/versions/VslzbAWg/youre-in-grave-danger-2.0.0-beta.13.jar" +hash-format = "sha1" +hash = "1c637514c77ecdc5f4bc2a0f2892fdd23b143df2" + +[update] +[update.modrinth] +mod-id = "HnD1GX6e" +version = "VslzbAWg" diff --git a/pack.toml b/pack.toml index 35af6cd..678be66 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 = "6874df83adc01bf2cca39edc33238bb4790a55a0e14840618549d0609cd16551" +hash = "9f62be853174d353b6a1437b9be55b433598bf70160347300db819365f00e395" [versions] fabric = "0.15.11"