From 47a1473563afd60939ce097074f7b7f4082a0ce4 Mon Sep 17 00:00:00 2001 From: Nesquate Date: Thu, 27 Jul 2023 18:37:02 +0800 Subject: [PATCH] Add ChunkDebug https://modrinth.com/mod/chunkdebug --- index.toml | 5 +++++ mods/chunkdebug.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/chunkdebug.pw.toml diff --git a/index.toml b/index.toml index edf5f21..c869556 100644 --- a/index.toml +++ b/index.toml @@ -59,6 +59,11 @@ file = "mods/carpet.pw.toml" hash = "095a93b4f0b4e2b8fadf8359bc145cbdd83be3c5bf23432e9a5f4e54d60de5b4" metafile = true +[[files]] +file = "mods/chunkdebug.pw.toml" +hash = "ac084f12dc66779c0e8518e54fcad9b644a35a68f419b9c8bb14f7e10cedc253" +metafile = true + [[files]] file = "mods/fabric-api.pw.toml" hash = "901f5e42d26508230a41b6f91e1da18910b201aa3730057853d135820f24ec8c" diff --git a/mods/chunkdebug.pw.toml b/mods/chunkdebug.pw.toml new file mode 100644 index 0000000..4163b4e --- /dev/null +++ b/mods/chunkdebug.pw.toml @@ -0,0 +1,13 @@ +name = "ChunkDebug" +filename = "chunk-debug-1.20.1-1.0.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zQxjhDPq/versions/M5Z6hDQa/chunk-debug-1.20.1-1.0.8.jar" +hash-format = "sha1" +hash = "eb96df09992b86ddc3ed84adf6e1534ba3738774" + +[update] +[update.modrinth] +mod-id = "zQxjhDPq" +version = "M5Z6hDQa" diff --git a/pack.toml b/pack.toml index d648486..d903e6c 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 = "d7cff6ed2ef9bf5b0fe433e750748499fc6cc1ce6c9e714471c86cf537abd4a9" +hash = "121bb2bfec89115033e397d35a9a06a1a6b34425ff01742dc922654407fcf2d4" [versions] fabric = "0.14.21"