Add Borderless Mining
This commit is contained in:
parent
c3e52da80b
commit
2b5af46f5e
@ -28,6 +28,7 @@ Alternatively, install the `.mrpack` files from the [releases](https://gitea.pro
|
|||||||
- Auth Me - axieum (https://github.com/axieum/authme)
|
- Auth Me - axieum (https://github.com/axieum/authme)
|
||||||
- BetterF3 - treyruffy (https://github.com/cominixo/BetterF3)
|
- BetterF3 - treyruffy (https://github.com/cominixo/BetterF3)
|
||||||
- Better Mount HUD - Lortseam (https://github.com/Lortseam/better-mount-hud)
|
- 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)
|
- Capes - caelthecolher (https://github.com/CaelTheColher/Capes)
|
||||||
- Carpet-Fixes - fxmorin (https://github.com/fxmorin/carpet-fixes)
|
- Carpet-Fixes - fxmorin (https://github.com/fxmorin/carpet-fixes)
|
||||||
- Carpet - gnembon (https://github.com/gnembon/fabric-carpet)
|
- Carpet - gnembon (https://github.com/gnembon/fabric-carpet)
|
||||||
|
@ -83,6 +83,11 @@ file = "mods/betterf3.pw.toml"
|
|||||||
hash = "86ce47da34b9a69c105e4e22058a5d6fc12448283a54a1f911c16351f096068e"
|
hash = "86ce47da34b9a69c105e4e22058a5d6fc12448283a54a1f911c16351f096068e"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/borderless-mining.pw.toml"
|
||||||
|
hash = "c49d42cddfb05cf5e4882d5753bd98a525c9a994fda5f49651003e8266b7aa9d"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/capes.pw.toml"
|
file = "mods/capes.pw.toml"
|
||||||
hash = "4c712d7ad6d2ddb130b845c3b2c660be7cb7795db21be00b130443730719305e"
|
hash = "4c712d7ad6d2ddb130b845c3b2c660be7cb7795db21be00b130443730719305e"
|
||||||
|
13
mods/borderless-mining.pw.toml
Normal file
13
mods/borderless-mining.pw.toml
Normal file
@ -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"
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "f1b4b3217dfb65b3244490c071513b007063858f65a3b6f987137d4d5568f783"
|
hash = "a740365ee5b8df1b1078616f56cfdbf34a06ce1aa0170840f4b892c2388c4e72"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user