upd8
This commit is contained in:
parent
a1b9d62dd7
commit
55e27a6b6e
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -453,6 +453,11 @@ file = "mods/legendary-tooltips.pw.toml"
|
||||||
hash = "2b1fae55ff78f3f4410c9055377472de2439efd518a1792cf3fa0b8fe9d727c4"
|
hash = "2b1fae55ff78f3f4410c9055377472de2439efd518a1792cf3fa0b8fe9d727c4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/longer-login-times.pw.toml"
|
||||||
|
hash = "27778be66f8c825ab12d72c76cf39163c9e4b083a7956049ebda1d66ed2ad99c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modernfix.pw.toml"
|
file = "mods/modernfix.pw.toml"
|
||||||
hash = "4fc4063ef117a900a68a2433c7d41c56858a29d4b0cd9eb63007cc67fd48f873"
|
hash = "4fc4063ef117a900a68a2433c7d41c56858a29d4b0cd9eb63007cc67fd48f873"
|
||||||
|
@ -518,6 +523,11 @@ file = "mods/sound-physics-remastered.pw.toml"
|
||||||
hash = "1b3d12a113396cf27fac3eaefadcf310646e28464fc79dd5f30f38cbe1bca336"
|
hash = "1b3d12a113396cf27fac3eaefadcf310646e28464fc79dd5f30f38cbe1bca336"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/supermartijn642s-config-lib.pw.toml"
|
||||||
|
hash = "3eede8a7ebafb69840153ff51dbc879b0232799e90a834ab6d71274b1316179f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/tactical-movement.pw.toml"
|
file = "mods/tactical-movement.pw.toml"
|
||||||
hash = "74577eaffae777e5e157c72354590df85e03bebed554a4628dc2327ec43f5690"
|
hash = "74577eaffae777e5e157c72354590df85e03bebed554a4628dc2327ec43f5690"
|
||||||
|
|
13
mods/longer-login-times.pw.toml
Normal file
13
mods/longer-login-times.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Longer Login Times"
|
||||||
|
filename = "longerlogintimes-1.0.0-forge-mc1.20.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "708e7f8f1dc2955c0331b5fb028fa97720762df3"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4594800
|
||||||
|
project-id = 566374
|
13
mods/supermartijn642s-config-lib.pw.toml
Normal file
13
mods/supermartijn642s-config-lib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "SuperMartijn642's Config Lib"
|
||||||
|
filename = "supermartijn642configlib-1.1.8-forge-mc1.20.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "f80f9eed728966adcfbcc848633e789645057281"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4715408
|
||||||
|
project-id = 438332
|
|
@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "4792036296946105e4478af6bbd874c261f0ed8c163b4d85073ae23f9f1c71a4"
|
hash = "fa165d7485523ef1d1512d634df6f8501833932c0f67380922049c5833ee7417"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.3.0"
|
forge = "47.3.0"
|
||||||
|
|
Loading…
Reference in a new issue