Added FXNT Create: Storage
This commit is contained in:
parent
974ea11676
commit
6e01b715e6
|
@ -529,6 +529,11 @@ file = "mods/fumo.pw.toml"
|
||||||
hash = "1a9d698cdb127d3e9bbbeb5673527b29ec758e2c24d4d3614f2f63d21ec9c086"
|
hash = "1a9d698cdb127d3e9bbbeb5673527b29ec758e2c24d4d3614f2f63d21ec9c086"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/fxnt-create-storage.pw.toml"
|
||||||
|
hash = "c4b1e0b9c20d612e2897ea61f7939449251ad5f071d1615c2f82d520aae9d031"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/garnished-botany-pots.pw.toml"
|
file = "mods/garnished-botany-pots.pw.toml"
|
||||||
hash = "99ca4bed1bfbffa66748933fc0a93daa3bebdb2334520e810a82da04bd081663"
|
hash = "99ca4bed1bfbffa66748933fc0a93daa3bebdb2334520e810a82da04bd081663"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create: Storage"
|
||||||
|
filename = "fxntstorage-0.8-1.20.1-FABRIC+1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/68AG9cQg/versions/iiOA6oFJ/fxntstorage-0.8-1.20.1-FABRIC%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "6faf8707a7fd05dc0568c2f43f5686c0f2c34f07"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "68AG9cQg"
|
||||||
|
version = "iiOA6oFJ"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "a72677665a93a69dd499f979344cee9399d19e2cd00b4ef0742f864efd54ff7e"
|
hash = "b977efe596d02609fa8e63f5b71dd334897f481707209684854befe632ff5160"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.11"
|
fabric = "0.15.11"
|
||||||
|
|
Loading…
Reference in New Issue