Add soul shards and effortless structures
This commit is contained in:
parent
8deed94b10
commit
849cbceb2d
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -197,6 +197,11 @@ file = "mods/eating-animation.pw.toml"
|
|||
hash = "a48d83e43fc4c782a6a76337fb9bd0a8a214090d37b90e41bfae8a229e873e5f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/effortless.pw.toml"
|
||||
hash = "b9f54476b8fd406728130ebc2cce3a706fcf017ccaaf6ba2fc8737ebaa59b900"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/elytra-trims.pw.toml"
|
||||
hash = "5a7419baba627bc17a237e02130afffaed5bc5d0b3368573e82c9aeb01f7c357"
|
||||
|
@ -432,6 +437,11 @@ file = "mods/sodium.pw.toml"
|
|||
hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/soul-shards-despawn.pw.toml"
|
||||
hash = "1fe009ca13f8b17c35df4111fe527c6d3c992c2f19571bb0eba6fd113ee4430f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216"
|
||||
|
|
13
mods/effortless.pw.toml
Normal file
13
mods/effortless.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Effortless Structure"
|
||||
filename = "effortless-1.20.1-3.4.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EF68hjiy/versions/OswWvyth/effortless-1.20.1-3.4.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "26b2b9e914597541eef2e804294189d462da46508e00ed3f67e270c0107420aff0304fd32832deb25928c26c66d98bba5e606a4281e8269717dafa183188a876"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EF68hjiy"
|
||||
version = "OswWvyth"
|
13
mods/soul-shards-despawn.pw.toml
Normal file
13
mods/soul-shards-despawn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Soul Shards Despawn"
|
||||
filename = "soulshards-despawn-1.20.1-1.2.5-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MpNGsSsC/versions/s84cfK8o/soulshards-despawn-1.20.1-1.2.5-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "96702821f955e53a7ad03412b9ddcbd26e70811fe71cf35451856ec59021f43d5f0ef41c21fe6072c995988908f49d8cf614f5b25ce5c6f90a0ae9b41896f945"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MpNGsSsC"
|
||||
version = "s84cfK8o"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "eb642394eda18a854e861a133fb27586e729a723ac9a02df4dd5d537cb24b982"
|
||||
hash = "764b8a4db0d45145519fcee4ac13aad4fca60d98999c70a4e62781535e71af5a"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.10"
|
||||
|
|
Loading…
Add table
Reference in a new issue