add wthit & presence footsteps
This commit is contained in:
parent
c254cbd7b1
commit
4d55bde75a
5 changed files with 55 additions and 1 deletions
15
index.toml
15
index.toml
|
@ -24,6 +24,11 @@ file = "mods/auth-me.pw.toml"
|
|||
hash = "692b29d2515b168bc42b0795271e41cfa9f245b914dc59b6f5fc649513c931a3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/badpackets.pw.toml"
|
||||
hash = "be4a87d6527bbe07b2e6d38e32995779bd5760340505f58391e6318f16ca3f0d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bclib.pw.toml"
|
||||
hash = "2f5ef6eda6aa829f6fc70cc4d16da89acebc933709d666fd382d848c841b6c86"
|
||||
|
@ -264,6 +269,11 @@ file = "mods/plasmo-voice.pw.toml"
|
|||
hash = "705c1f5bbff2195bc12951e8c557c1c7144f1a51a80834d3acf2ba0a4bbe47e8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/presence-footsteps.pw.toml"
|
||||
hash = "10affce7c1c9de85819a839b177979f414be3a6bb65e4033b30b425cce3fb3fd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/puzzle.pw.toml"
|
||||
hash = "dfbb7a288ce0cf635b6862c4a19cf49db0729368c02bc3fec2d9bb1c69b34fcc"
|
||||
|
@ -319,6 +329,11 @@ file = "mods/trinkets.pw.toml"
|
|||
hash = "712e87884c53ad1c8891e7ea384318750051684144972ad11a15c44cf327a864"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/wthit.pw.toml"
|
||||
hash = "6f6f9795b9317427dce5d7d4970ed71307b0141b8490cdcef1b19a4c8c100c66"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yosbr.pw.toml"
|
||||
hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f"
|
||||
|
|
13
mods/badpackets.pw.toml
Normal file
13
mods/badpackets.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "bad packets"
|
||||
filename = "badpackets-fabric-0.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "098653c88addec413623a78c20e2f001e5647079"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3773641
|
||||
project-id = 615134
|
13
mods/presence-footsteps.pw.toml
Normal file
13
mods/presence-footsteps.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Presence Footsteps [Fabric]"
|
||||
filename = "PresenceFootsteps-1.5.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "cb2d3e9ec90597df161f90fb5c12bce47f99fce5"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3851656
|
||||
project-id = 334259
|
13
mods/wthit.pw.toml
Normal file
13
mods/wthit.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "WTHIT"
|
||||
filename = "wthit-fabric-4.11.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c26ef360f6246d0d13d7c19b7537548df2fa2212"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3834227
|
||||
project-id = 440979
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "a3eefe10f822fc35620171b00473f37187f83ecb39cf3472e190178739084373"
|
||||
hash = "b8ae632f35b9c757d59500a16e1931f9484e9c38057c504a03054c1a56d080f2"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue