From 76ce17c8ac991d8f95abd8713f65022018c40aa1 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Wed, 10 May 2023 15:08:22 -0700 Subject: [PATCH] add controlling dep --- .minecraft/index.toml | 5 +++++ .minecraft/mods/searchables.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/searchables.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 4bb65d7..005d083 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -274,6 +274,11 @@ file = "mods/roughly-enough-items.pw.toml" hash = "1a288ba9c3f6a2fd9798b1db215b0c24a8d20e50bb8b006972d6e682197fee27" metafile = true +[[files]] +file = "mods/searchables.pw.toml" +hash = "ef780ba6a6b33a174847a730e47f73a89d2b372f6b1ad8601eda9dcbad4b69ef" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "d8ae225565aa80b048bd31523bcc08ce6cc3d561d12ff9b3f5fdc21aec817a40" diff --git a/.minecraft/mods/searchables.pw.toml b/.minecraft/mods/searchables.pw.toml new file mode 100644 index 0000000..b8828c7 --- /dev/null +++ b/.minecraft/mods/searchables.pw.toml @@ -0,0 +1,13 @@ +name = "Searchables" +filename = "Searchables-fabric-1.19.4-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0e94ea47ce439b50a1b55cd40942116f54cc03c7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4529868 +project-id = 858542 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 45353c6..2dc0059 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e7a13a89626486178683753f87c8a17b8b3967a73cc96fa4622b4510b1f9d004" +hash = "53ff186957cf40b9dba1ddf6cac9dff662715a81571626d363c130c41c9b683a" [versions] fabric = "0.14.19"