From b20753f1a5ab2bdb0d98dd097ee5a4e7d553daac Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 26 Jun 2025 14:21:04 -0400 Subject: [PATCH] add lazydfu --- index.toml | 5 +++++ mods/lazydfu.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/lazydfu.pw.toml diff --git a/index.toml b/index.toml index 3abbea5..f9cbd6b 100644 --- a/index.toml +++ b/index.toml @@ -276,6 +276,11 @@ file = "mods/lambdynamiclights.pw.toml" hash = "765cbe5eb7b0014c2134cf6ad4074c49d73d0a9adb3ae69e193c731be1dba061" metafile = true +[[files]] +file = "mods/lazydfu.pw.toml" +hash = "694c91d6f341271b0b071a814fb64defbd52af1b228cb593595836c0d9f68151" +metafile = true + [[files]] file = "mods/lithium.pw.toml" hash = "2efb96394d1ab21fce43f740b65bc1bb95ac41cb11562ca10b5e3f4d6a28a773" diff --git a/mods/lazydfu.pw.toml b/mods/lazydfu.pw.toml new file mode 100644 index 0000000..2860d1c --- /dev/null +++ b/mods/lazydfu.pw.toml @@ -0,0 +1,13 @@ +name = "LazyDFU" +filename = "lazydfu-0.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.3/lazydfu-0.1.3.jar" +hash-format = "sha512" +hash = "dc3766352c645f6da92b13000dffa80584ee58093c925c2154eb3c125a2b2f9a3af298202e2658b039c6ee41e81ca9a2e9d4b942561f7085239dd4421e0cce0a" + +[update] +[update.modrinth] +mod-id = "hvFnDODi" +version = "4SHylIO9" diff --git a/pack.toml b/pack.toml index 5480279..0bf8899 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 = "9d8b82ebdf83dd327d1b5ab41bd7cb5457c95c665cb1273221448d4685ae9ccd" +hash = "c9c5f3afb538e935ecdaeb6a827ea9c2874ae2476c0dcdf13ea23d8c7ead0cee" [versions] minecraft = "1.19.2"