This commit is contained in:
parent
8b133c99de
commit
f0de5a7a06
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -1303,6 +1303,11 @@ file = "mods/default-options.pw.toml"
|
|||
hash = "91c2538d726a12623122d1a2945a6ad3d2d5b290d43c72149f21af560e8465eb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dimensional-threads.pw.toml"
|
||||
hash = "b8c4528cc3185001451be70517d012541d300f9b2ad584a9f18a3070207079f6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dungeon-now-loading.pw.toml"
|
||||
hash = "f16318a3d26b3c96d6bb0d86db261f0bbaf25bad47f363c3f676b56c343817b8"
|
||||
|
@ -1703,6 +1708,11 @@ file = "mods/the-twilight-forest.pw.toml"
|
|||
hash = "d1f859de9867b7433305aef1631aa22a436a4c3924474a21c0a22ab5f2093c04"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/threatengl.pw.toml"
|
||||
hash = "3daadf763ddd390ea3d5404f2595828fdc80be5a54b6061e51b1d3bc5359ad36"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/timeless-and-classics-zero.pw.toml"
|
||||
hash = "d8d2717304551891c7eae625ef1a45b67c00cfb1c4f050ad6d18ee7aecf7e7cf"
|
||||
|
|
13
mods/dimensional-threads.pw.toml
Normal file
13
mods/dimensional-threads.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Dimensional Threads Reforked"
|
||||
filename = "dimthread-1.20.1-v1.0.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/V92cR3aK/versions/acGg0hXH/dimthread-1.20.1-v1.0.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9ed9360d0ab26f50a030aa448526c734a661e400"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "V92cR3aK"
|
||||
version = "acGg0hXH"
|
13
mods/threatengl.pw.toml
Normal file
13
mods/threatengl.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ThreatenGL"
|
||||
filename = "threatengl-neoforge-1.3.2-beta.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/RSFrpoou/versions/vBqLMNsL/threatengl-neoforge-1.3.2-beta.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "541c39a7c2d2f449ab01f60e1cb4091f37d9ea57"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "RSFrpoou"
|
||||
version = "vBqLMNsL"
|
|
@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "5a3066be054cf4bd5e3f4bdd1cd7de2ed4721447808eaa0b551deec93f988519"
|
||||
hash = "e7fae06ee2b2ce6cae7e1386ede2965ce541a770ed5807cea0010eaba4d40b57"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Loading…
Reference in a new issue