From 485c4cc219e3cc77ba72ffdeffd77ea1a58be0b0 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Fri, 11 Aug 2023 17:59:15 +0200 Subject: [PATCH] Add mod: PipeBlocker --- index.toml | 5 +++++ mods/pipeblocker.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/pipeblocker.pw.toml diff --git a/index.toml b/index.toml index 2fd9edb..56ac6c1 100644 --- a/index.toml +++ b/index.toml @@ -267,6 +267,11 @@ file = "mods/perspektive.pw.toml" hash = "49a1fc6dc51674b5b24487467cf4c0a5d43b91f1fd531fb743df5076b882887e" metafile = true +[[files]] +file = "mods/pipeblocker.pw.toml" +hash = "3352e7e454ffc6c2771cd2d5c34e233f08c5a90e646c63ecd64ae3e82e6396b4" +metafile = true + [[files]] file = "mods/presence-footsteps.pw.toml" hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8" diff --git a/mods/pipeblocker.pw.toml b/mods/pipeblocker.pw.toml new file mode 100644 index 0000000..210d608 --- /dev/null +++ b/mods/pipeblocker.pw.toml @@ -0,0 +1,13 @@ +name = "PipeBlocker" +filename = "pipeblocker-fabric-1.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wlRUwo2y/versions/VH4NKOW2/pipeblocker-fabric-1.2.0.jar" +hash-format = "sha1" +hash = "ac59bd8d0bc685a7e8e2fe1084987f36aae90d0d" + +[update] +[update.modrinth] +mod-id = "wlRUwo2y" +version = "VH4NKOW2" diff --git a/pack.toml b/pack.toml index 2ed7e38..6046a62 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 = "a7994f1c465e06f2261b7249c8553786e1dadd34f41ae82840e657ec737233f7" +hash = "c8d2656acda62f4250bb4c5caad787e199934161980808a521e56ba277e9949b" [versions] minecraft = "1.20.1"