Add mouse tweaks
This commit is contained in:
parent
58e08b3adf
commit
3d6b38aea6
3 changed files with 23 additions and 1 deletions
|
@ -274,6 +274,11 @@ file = "mods/modmenu.pw.toml"
|
|||
hash = "d7145fd1bd8b4bb6a3b84652a96a68870fb3ab32230f27520bb9362fd17ec39f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mouse-tweaks.pw.toml"
|
||||
hash = "b6685e98fce8f1f45868b9df3dbaa410ec23bb64896c826be596d98b01326116"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/natures-compass.pw.toml"
|
||||
hash = "3f678c4ade25a4b4b54aacf25db155658c1ec605bbeaf0ea6b8ed5d0dbc062e1"
|
||||
|
|
17
mods/mouse-tweaks.pw.toml
Normal file
17
mods/mouse-tweaks.pw.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "Mouse Tweaks"
|
||||
filename = "MouseTweaks-fabric-mc1.20-2.26.jar"
|
||||
side = "client"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = false
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/mjuG4AYd/MouseTweaks-fabric-mc1.20-2.26.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d0faf200dda358efddad2d2809f646023f4dd06254572369e07f3bf33cb6941f0fcdb02db4675b30b4f3bd542cbf6196e135680ba91a2b74c2b071f34978e2d5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "aC3cM3Vq"
|
||||
version = "mjuG4AYd"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "d3ef9cdddbd454a35cec811c92f9b8f9bd481fe1cf7e6bb9273e68ea63dd0d97"
|
||||
hash = "7584b9548e9a9378e4f913e12ef8b85f7193e239c9cfbe0808bd37e0dca668b5"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.10"
|
||||
|
|
Loading…
Add table
Reference in a new issue