From b2a88fdb8180c8a11432660fd8a0d35311d70c44 Mon Sep 17 00:00:00 2001 From: endigma Date: Thu, 31 Aug 2023 12:20:27 -0300 Subject: [PATCH] add scaffolding drops nearby --- index.toml | 5 +++++ mods/scaffolding-drops-nearby.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/scaffolding-drops-nearby.pw.toml diff --git a/index.toml b/index.toml index 5b16778..6602a31 100644 --- a/index.toml +++ b/index.toml @@ -509,6 +509,11 @@ file = "mods/rules.pw.toml" hash = "c866c9f1d4f7ee4e42327a1bac6c99d1377d57c1d4eb5a0c61999d87aa94ce59" metafile = true +[[files]] +file = "mods/scaffolding-drops-nearby.pw.toml" +hash = "d03b1d511dd17ebff76ce77c5133ec684ef48aa84334e1c4cac82b2ad533ca1a" +metafile = true + [[files]] file = "mods/screenshot-to-clipboard.pw.toml" hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39" diff --git a/mods/scaffolding-drops-nearby.pw.toml b/mods/scaffolding-drops-nearby.pw.toml new file mode 100644 index 0000000..62defe4 --- /dev/null +++ b/mods/scaffolding-drops-nearby.pw.toml @@ -0,0 +1,13 @@ +name = "Scaffolding Drops Nearby" +filename = "scaffoldingdropsnearby-1.20.1-3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uO522mgw/versions/FRA4lNsV/scaffoldingdropsnearby-1.20.1-3.0.jar" +hash-format = "sha1" +hash = "25a40dc67fa4e2860b5c4039fdb664c364c8e849" + +[update] +[update.modrinth] +mod-id = "uO522mgw" +version = "FRA4lNsV" diff --git a/pack.toml b/pack.toml index 2735c1f..60d907e 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 = "66062da534290e9abc9f0384eddf276dd7677990489668f3a622361c0e9e08a7" +hash = "3f1131e3f67408fcb65960500123be0217d1f1fa2ddfa5620ea23862fa303adb" [versions] fabric = "0.14.22"