diff --git a/README.md b/README.md index 395c626..09d7822 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Alternatively, install the `.mrpack` files from the [releases](https://gitea.pro - Auth Me - axieum (https://github.com/axieum/authme) - BetterF3 - treyruffy (https://github.com/cominixo/BetterF3) - Better Mount HUD - Lortseam (https://github.com/Lortseam/better-mount-hud) +- Borderless Mining - comp500 (https://github.com/comp500/BorderlessMining) - Capes - caelthecolher (https://github.com/CaelTheColher/Capes) - Carpet-Fixes - fxmorin (https://github.com/fxmorin/carpet-fixes) - Carpet - gnembon (https://github.com/gnembon/fabric-carpet) diff --git a/index.toml b/index.toml index fc649e1..90716af 100644 --- a/index.toml +++ b/index.toml @@ -83,6 +83,11 @@ file = "mods/betterf3.pw.toml" hash = "86ce47da34b9a69c105e4e22058a5d6fc12448283a54a1f911c16351f096068e" metafile = true +[[files]] +file = "mods/borderless-mining.pw.toml" +hash = "c49d42cddfb05cf5e4882d5753bd98a525c9a994fda5f49651003e8266b7aa9d" +metafile = true + [[files]] file = "mods/capes.pw.toml" hash = "4c712d7ad6d2ddb130b845c3b2c660be7cb7795db21be00b130443730719305e" diff --git a/mods/borderless-mining.pw.toml b/mods/borderless-mining.pw.toml new file mode 100644 index 0000000..723328b --- /dev/null +++ b/mods/borderless-mining.pw.toml @@ -0,0 +1,13 @@ +name = "Borderless Mining" +filename = "borderless-mining-1.1.8+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kYq5qkSL/versions/lhrW53q7/borderless-mining-1.1.8%2B1.20.1.jar" +hash-format = "sha1" +hash = "dbdb8a0600679f3c76480ae5d0995e2334773ce3" + +[update] +[update.modrinth] +mod-id = "kYq5qkSL" +version = "lhrW53q7" diff --git a/pack.toml b/pack.toml index d8e234c..8705e64 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 = "f1b4b3217dfb65b3244490c071513b007063858f65a3b6f987137d4d5568f783" +hash = "a740365ee5b8df1b1078616f56cfdbf34a06ce1aa0170840f4b892c2388c4e72" [versions] minecraft = "1.20.1"