This commit is contained in:
parent
b97e0e05cf
commit
57fbbd9792
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -1213,11 +1213,21 @@ file = "mods/create-big-cannons.pw.toml"
|
||||||
hash = "9b4526ab8bfdd3bf813b788a382b849c31fde9a510668c80761ba8897952af2c"
|
hash = "9b4526ab8bfdd3bf813b788a382b849c31fde9a510668c80761ba8897952af2c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-central-kitchen.pw.toml"
|
||||||
|
hash = "dc9b6077e233adda9597eb5dc7a07921125f834e54c2970038501bd5cfb60235"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-clockwork.pw.toml"
|
file = "mods/create-clockwork.pw.toml"
|
||||||
hash = "94714097a323468448daf3ad97cbec4a8e145ddc6e58081b9fcb0ca53be71df1"
|
hash = "94714097a323468448daf3ad97cbec4a8e145ddc6e58081b9fcb0ca53be71df1"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/create-connected.pw.toml"
|
||||||
|
hash = "6f2dd94587eeece8009e19fdb79f0f7326d1807baed47eb67afa349dcfbe6d49"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/create-diesel-generators.pw.toml"
|
file = "mods/create-diesel-generators.pw.toml"
|
||||||
hash = "0053ef8e3e37e5769df2c9990d55b25628b3c8c6c8249a091761d30e77dc9eb6"
|
hash = "0053ef8e3e37e5769df2c9990d55b25628b3c8c6c8249a091761d30e77dc9eb6"
|
||||||
|
|
13
mods/create-central-kitchen.pw.toml
Normal file
13
mods/create-central-kitchen.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create Central Kitchen"
|
||||||
|
filename = "create_central_kitchen-1.20.1-for-create-0.5.1.f-1.3.12.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/btq68HMO/versions/MX3EE060/create_central_kitchen-1.20.1-for-create-0.5.1.f-1.3.12.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "92f89bdf6868c2f2b44e8a7acdc0da4be108ba1b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "btq68HMO"
|
||||||
|
version = "MX3EE060"
|
13
mods/create-connected.pw.toml
Normal file
13
mods/create-connected.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Create: Connected"
|
||||||
|
filename = "create_connected-0.8.2-mc1.20.1-all.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Vg5TIO6d/versions/gKrm9DLf/create_connected-0.8.2-mc1.20.1-all.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "9eeb02a46197635ac926e8302aa536ad191ddf02"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Vg5TIO6d"
|
||||||
|
version = "gKrm9DLf"
|
|
@ -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 = "3b74b66e1e8fb8aa8094dd73b6a4367fd85f78d37c097cd64c7dadb20fddfe7e"
|
hash = "e747a4a9eb44e0e63bac752f4367fefa3a794a517b7b1ab03ff7a2ba61295df9"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Loading…
Reference in a new issue