This commit is contained in:
parent
59dcfc30f2
commit
d4dbf6c606
4 changed files with 41 additions and 1 deletions
14
index.toml
14
index.toml
|
@ -800,6 +800,10 @@ hash = "cbc1f19ad49273dde46d3f7c888005e780a2ccde34933a543454b773d34cec34"
|
|||
file = "config/defaultoptions/extra/config/oculus.properties"
|
||||
hash = "cf042664a4674a2b929182854652b07051f10e4beee06783b16f32787425e81d"
|
||||
|
||||
[[files]]
|
||||
file = "config/defaultoptions/extra/config/passthroughsigns-common.toml"
|
||||
hash = "f9619a2d46945c17a41f41eccf10acd080175133aa84c6eaad28a948e2f08381"
|
||||
|
||||
[[files]]
|
||||
file = "config/defaultoptions/extra/config/patchouli-client.toml"
|
||||
hash = "3b6236845f6a5ff8804487b63b0d74305b91316dc9a008362838607b0be3bd8e"
|
||||
|
@ -1413,6 +1417,11 @@ file = "mods/journeymap.pw.toml"
|
|||
hash = "fccb2bb5d0369f98c0eeaaafd560b5f7205949563a381eaf4532263f12260eb3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/just-enough-effect-descriptions-jeed.pw.toml"
|
||||
hash = "3bd9645ec1d096ce228a05b655bb0664e6ca13054493264bb4490305f4ea81bc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/just-enough-resources-jer.pw.toml"
|
||||
hash = "e4e7107718506a0ed56224ca1ea1dc0de79d40d68b37bee918d30bec35bd3cb8"
|
||||
|
@ -1498,6 +1507,11 @@ file = "mods/oculus.pw.toml"
|
|||
hash = "b085541be584ad69dc83c7737a8d1226f77a4bc2c6f17c9c785986781ec11d2d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/passthrough-signs.pw.toml"
|
||||
hash = "19ab5319511438bc91019b7e23d458f0fe8d6d467cfff94653f05a62fbe53f52"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/patchouli.pw.toml"
|
||||
hash = "4d0b66ba4cb3c2965bf961d4bb991babb6a60f8a20709d1e295ed7fc8b6d8929"
|
||||
|
|
13
mods/just-enough-effect-descriptions-jeed.pw.toml
Normal file
13
mods/just-enough-effect-descriptions-jeed.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Just Enough Effect Descriptions (JEED)"
|
||||
filename = "jeed-1.20-2.2.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EO27GKs1/versions/cCbKMLHm/jeed-1.20-2.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "642abc6c8c2b69203db9880d394b892ce91be977"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EO27GKs1"
|
||||
version = "cCbKMLHm"
|
13
mods/passthrough-signs.pw.toml
Normal file
13
mods/passthrough-signs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Passthrough Signs"
|
||||
filename = "PassthroughSigns-1.20.2-2.6.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "ef8fae4a21275bb44004442fdcae43cda238ab05"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4803074
|
||||
project-id = 224633
|
|
@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "939265017a57da63f59483867b1f6bf73801b2780c02ea13c8cbd5709240d8f4"
|
||||
hash = "c6417132ce36aa6296f3bf7ec835e9402dd2d8ae0ea0ae338ce4658b2cd20264"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Loading…
Reference in a new issue