add modmenu
This commit is contained in:
parent
4aace95164
commit
fdf3d682bd
3 changed files with 19 additions and 1 deletions
|
@ -82,6 +82,11 @@ file = "mods/indium.pw.toml"
|
|||
hash = "8144bc5631457a762074a032a196e7cf5b40607f705923ee3305c9d20aed61cf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "86c821389c1ecfcf2b83975287bf3a549b00b096989324bcc15fe8a0cb06e80e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/peripheralium.pw.toml"
|
||||
hash = "e82b835b83c858d78067d50274b34bb49b3a264e9bff19b82c2ab0ae9a323c63"
|
||||
|
|
13
.minecraft/mods/modmenu.pw.toml
Normal file
13
.minecraft/mods/modmenu.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Mod Menu"
|
||||
filename = "modmenu-3.2.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "463fecec40447519a9a32c1c178a962799583add"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3850113
|
||||
project-id = 308702
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "9e838d8105d6881b6bf935566f6a5536ce6b14dc6a0ce18a159201774d121027"
|
||||
hash = "46eb0dc41700fc1ef31e0036f3e47799d26eafa1b995b2f3d427cdbe870917a4"
|
||||
|
||||
[versions]
|
||||
fabric = "0.13.3"
|
||||
|
|
Loading…
Reference in a new issue