install yigd
This commit is contained in:
parent
e7b88a6086
commit
796dccd146
15
index.toml
15
index.toml
|
@ -5,6 +5,16 @@ file = "mods/c2me-fabric.pw.toml"
|
||||||
hash = "5afe4e900b83aa83109d0c845df28e9695d8e3639518b0f08169a547f0e3682b"
|
hash = "5afe4e900b83aa83109d0c845df28e9695d8e3639518b0f08169a547f0e3682b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/cloth-config.pw.toml"
|
||||||
|
hash = "a89dfcc985612a275975d4823a24fc3dceb244bacb2e8f81bd459283bf1b9fe9"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/fabric-api.pw.toml"
|
||||||
|
hash = "f957e7280d9bae7569829edcaff25b0ba05ddb029d24f4ea53bdfb0a79615fad"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ferrite-core.pw.toml"
|
file = "mods/ferrite-core.pw.toml"
|
||||||
hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a"
|
hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a"
|
||||||
|
@ -19,3 +29,8 @@ metafile = true
|
||||||
file = "mods/noisium.pw.toml"
|
file = "mods/noisium.pw.toml"
|
||||||
hash = "e7712ecf20e3c2e52da19f968762b671726222cbc4c48206231b56b6c6cd79a7"
|
hash = "e7712ecf20e3c2e52da19f968762b671726222cbc4c48206231b56b6c6cd79a7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/yigd.pw.toml"
|
||||||
|
hash = "2e18e36b7440a9918de1ad49d287ffee27060ed5da1c971eaff188ee7ecd38ac"
|
||||||
|
metafile = true
|
||||||
|
|
13
mods/cloth-config.pw.toml
Normal file
13
mods/cloth-config.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Cloth Config API"
|
||||||
|
filename = "cloth-config-11.1.118-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/J3FLptsi/cloth-config-11.1.118-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "f669f899d707b9e9acf1c239b0ae6b2c8be95361"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "9s6osm5g"
|
||||||
|
version = "J3FLptsi"
|
13
mods/fabric-api.pw.toml
Normal file
13
mods/fabric-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Fabric API"
|
||||||
|
filename = "fabric-api-0.92.1+1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/ba99D9Qf/fabric-api-0.92.1%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "038ebcc315b5cf18c18f78f2447895dcb2ea9bac"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "P7dR8mSH"
|
||||||
|
version = "ba99D9Qf"
|
13
mods/yigd.pw.toml
Normal file
13
mods/yigd.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "You're in Grave Danger"
|
||||||
|
filename = "youre-in-grave-danger-2.0.0-beta.13.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/HnD1GX6e/versions/VslzbAWg/youre-in-grave-danger-2.0.0-beta.13.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "1c637514c77ecdc5f4bc2a0f2892fdd23b143df2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "HnD1GX6e"
|
||||||
|
version = "VslzbAWg"
|
|
@ -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 = "6874df83adc01bf2cca39edc33238bb4790a55a0e14840618549d0609cd16551"
|
hash = "9f62be853174d353b6a1437b9be55b433598bf70160347300db819365f00e395"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.11"
|
fabric = "0.15.11"
|
||||||
|
|
Loading…
Reference in a new issue