From 74fa5ccc7a1bfa82efe9bb6decb1f182c37ce7cd Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 15 Aug 2024 20:47:22 +0300 Subject: [PATCH] Added "Crawl" --- README.md | 3 +++ index.toml | 9 +++++++-- modinfo.toml | 8 ++++++++ mods/crawl.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 mods/crawl.pw.toml diff --git a/README.md b/README.md index 5bb0d83..6d36dac 100644 --- a/README.md +++ b/README.md @@ -314,3 +314,6 @@ Speaks for itself Whenever it lags too much, use those * [CS] **[Observable](https://modrinth.com/mod/observable)** - See what's lagging your server. * [SO] **[spark](https://modrinth.com/mod/spark)** - spark is a performance profiler for Minecraft clients, servers and proxies. +## unset + + * [CS] **[Crawl](https://modrinth.com/mod/crawl)** - Allows you to crawl diff --git a/index.toml b/index.toml index 7c52e9d..e322476 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "1c80dc68f1df11a5b26680057cbceed72c801926a06ed916306bf0bf4262e9a6" +hash = "79a52f91cb5728e0404c2511d643d9a7c1e8c703822676064e38e0088bd3d149" [[files]] file = "make-list.py" @@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92" [[files]] file = "modinfo.toml" -hash = "57c8ceb572d7bc7af30f91c82ba46bd2fdee164fd3f087827cec93070835b472" +hash = "e934eb9a1dece9abd989873a46cd224759ed5d8a301a2e7e8879765406578e09" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -332,6 +332,11 @@ file = "mods/craterlib.pw.toml" hash = "d84fd5a09dc2b9e3a81f69ba7ae55bd1b1cea9f43f6c505dd229159fc0f675ae" metafile = true +[[files]] +file = "mods/crawl.pw.toml" +hash = "d3e3831377b8282db35ffe8446d535f30e011367b3187b2c96b5f179a1a77c59" +metafile = true + [[files]] file = "mods/create-cobblestone-mixers.pw.toml" hash = "69c3a9dae6892e84b8fcc083fd9db49b7be12126ab8d7225b0cf49b96cc8c4c1" diff --git a/modinfo.toml b/modinfo.toml index 5d5ac7e..d7fbc6f 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2616,3 +2616,11 @@ side = "both" optional = false icon = "https://cdn.modrinth.com/data/lo90fZoB/81b2b095d5570e29f29604c6c5c69eaf9f4033bc.png" category = "other" + +[mods.crawl] +name = "Crawl" +description = "Allows you to crawl" +link = "https://modrinth.com/mod/crawl" +side = "both" +optional = false +icon = "https://cdn.modrinth.com/data/H1JOVjhn/icon.png" diff --git a/mods/crawl.pw.toml b/mods/crawl.pw.toml new file mode 100644 index 0000000..735d9ff --- /dev/null +++ b/mods/crawl.pw.toml @@ -0,0 +1,13 @@ +name = "Crawl" +filename = "crawl-0.12.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/H1JOVjhn/versions/G7rwJQKo/crawl-0.12.0.jar" +hash-format = "sha1" +hash = "b8ae38f022751a45900af7cd49737bb11e524fe9" + +[update] +[update.modrinth] +mod-id = "H1JOVjhn" +version = "G7rwJQKo" diff --git a/pack.toml b/pack.toml index 3a654b3..bbbc8a5 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 = "8e30f510e93dc7922b0f2e6b8cb50bf0f564697e3076802ba4da553bbaf16696" +hash = "18e817e1b9418f2a189bd4e2c56ed628d9f9c57ca40fd54d1418cc8f48bf89d1" [versions] fabric = "0.15.11"