From 01b60833a40c84bc5346530f2f9d5fbf62ca2e6e Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 03:16:10 -0400 Subject: [PATCH] Add Bobby (farsight alternative) --- index.toml | 5 +++++ mods/bobby.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/bobby.pw.toml diff --git a/index.toml b/index.toml index 61500ee..35b4a0d 100644 --- a/index.toml +++ b/index.toml @@ -83,6 +83,11 @@ file = "mods/betterf3.pw.toml" hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f" metafile = true +[[files]] +file = "mods/bobby.pw.toml" +hash = "628ca822826f31018f97293b673e09defe9bc46616a7636bbd4a3b51ee4c9949" +metafile = true + [[files]] file = "mods/borderless-mining.pw.toml" hash = "c49d42cddfb05cf5e4882d5753bd98a525c9a994fda5f49651003e8266b7aa9d" diff --git a/mods/bobby.pw.toml b/mods/bobby.pw.toml new file mode 100644 index 0000000..4c4fe9d --- /dev/null +++ b/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M08ruV16/versions/2cuVyTav/bobby-5.0.1.jar" +hash-format = "sha1" +hash = "bdc0285d4209c529019ae1c5f1f0af0e3a3cffa6" + +[update] +[update.modrinth] +mod-id = "M08ruV16" +version = "2cuVyTav" diff --git a/pack.toml b/pack.toml index 43539d3..f6a474e 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 = "e38d0132054552deafdd40143d297cf2fdf3e8d62d50cb644333d57b7e23216b" +hash = "6de1a1301498727e56a6c8d542b83c2b042f00a68fe647e9015ef698fc7e2821" [versions] minecraft = "1.20.1"