From 3ab490955491f24c68b791a846e0568d9e82ed36 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Fri, 24 May 2024 14:49:58 +0200 Subject: [PATCH] [a] connectible chains and diagonal fences --- index.toml | 15 +++++++++++++++ mods/connectible_chains.pw.toml | 13 +++++++++++++ mods/diagonal-fences.pw.toml | 13 +++++++++++++ mods/puzzles-lib.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/connectible_chains.pw.toml create mode 100644 mods/diagonal-fences.pw.toml create mode 100644 mods/puzzles-lib.pw.toml diff --git a/index.toml b/index.toml index fb8a125..4386c96 100644 --- a/index.toml +++ b/index.toml @@ -168,6 +168,11 @@ file = "mods/completeconfig.pw.toml" hash = "2b880a4be1a624e956fafaea89834828c58b0c512e611e6746c3fb8d9e93b260" metafile = true +[[files]] +file = "mods/connectible_chains.pw.toml" +hash = "24ceeef91ed4244c63cf0dd4d34fea6b64f13de330ab86ca4929808ee4d2c01f" +metafile = true + [[files]] file = "mods/consistencyplus.pw.toml" hash = "43955855758931bdd6be5b736278141a700265181cecf7ad9d8ae196dad89c5c" @@ -258,6 +263,11 @@ file = "mods/deepslatecutting.pw.toml" hash = "f189746778654d05f2f568cb23d3a6ea50c25b7c0f490c1091b77e2eb60327d9" metafile = true +[[files]] +file = "mods/diagonal-fences.pw.toml" +hash = "31a57e97467b2b34997b9594c692c73a414f9587801f3b92b6bef996377bf844" +metafile = true + [[files]] file = "mods/disable-elytra.pw.toml" hash = "aa1f4944dd825f74bee23822f87a39d17323832b1e23effd4642dbadc07a6ca9" @@ -708,6 +718,11 @@ file = "mods/presence-footsteps.pw.toml" hash = "47f2cc55eea663422fb2121da11d2a4b19ce46b488dfa089dd0fb9d1a23b503a" metafile = true +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "5017352458c35693d4aa0ea8872a0e6b80a6c128a5866327b02263d2ce87c9c4" +metafile = true + [[files]] file = "mods/qsl.pw.toml" hash = "5a6df3930d69602402cd13bf860195ac44680e2d4556e8d1254ae730fcb4b0f9" diff --git a/mods/connectible_chains.pw.toml b/mods/connectible_chains.pw.toml new file mode 100644 index 0000000..c1dd38a --- /dev/null +++ b/mods/connectible_chains.pw.toml @@ -0,0 +1,13 @@ +name = "Connectible Chains [Fabric]" +filename = "connectiblechains-2.2.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ykSfIgTw/versions/qSAa0vuB/connectiblechains-2.2.1%2B1.20.1.jar" +hash-format = "sha1" +hash = "0e9af89546618d4b729b54bbf33dddf10f6a47f7" + +[update] +[update.modrinth] +mod-id = "ykSfIgTw" +version = "qSAa0vuB" diff --git a/mods/diagonal-fences.pw.toml b/mods/diagonal-fences.pw.toml new file mode 100644 index 0000000..c08b8f0 --- /dev/null +++ b/mods/diagonal-fences.pw.toml @@ -0,0 +1,13 @@ +name = "Diagonal Fences" +filename = "DiagonalFences-v8.1.4-1.20.1-Fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IKARgflD/versions/84fNDUkA/DiagonalFences-v8.1.4-1.20.1-Fabric.jar" +hash-format = "sha1" +hash = "39da2e20ae9097437564320c93fa29933a4a69eb" + +[update] +[update.modrinth] +mod-id = "IKARgflD" +version = "84fNDUkA" diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml new file mode 100644 index 0000000..1952ac7 --- /dev/null +++ b/mods/puzzles-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzles Lib" +filename = "PuzzlesLib-v8.1.19-1.20.1-Fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QAGBst4M/versions/ZHG4YWEj/PuzzlesLib-v8.1.19-1.20.1-Fabric.jar" +hash-format = "sha1" +hash = "3e6fa9d4604670243f6a7a7c5444330227302a9d" + +[update] +[update.modrinth] +mod-id = "QAGBst4M" +version = "ZHG4YWEj" diff --git a/pack.toml b/pack.toml index 6c66764..a5cc5d4 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 = "573e61fc8bd2abce618b8c8c47774e3fd8b86ec6abb9b231c5d08e06be6b985a" +hash = "fb376c48c9eb6b0d83b6e6d202de34f98c20e80f6697a1e3293d16cf15d1d085" [versions] minecraft = "1.20.1"