Add storage mods
This commit is contained in:
parent
dcdedeabcd
commit
8744028a50
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -9,6 +9,11 @@ file = "mods/3dskinlayers.pw.toml"
|
||||||
hash = "6548800a7f3043473a8ea5f0dd07231d890344dd9bf117ef7ea0e98f1057f0fe"
|
hash = "6548800a7f3043473a8ea5f0dd07231d890344dd9bf117ef7ea0e98f1057f0fe"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/ae2.pw.toml"
|
||||||
|
hash = "fc542a3a2ee9c2e1b92e302da6c26b967a803e1992588029bc26238223fe63cd"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/appleskin.pw.toml"
|
file = "mods/appleskin.pw.toml"
|
||||||
hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab"
|
hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab"
|
||||||
|
@ -373,6 +378,11 @@ file = "mods/spark.pw.toml"
|
||||||
hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216"
|
hash = "f010bbe486733738e92241d10f403e28a8feeb40b45ec3af3b2270523f955216"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/storagedrawers.pw.toml"
|
||||||
|
hash = "5d8ac00b4b361810f9b79e21b2d250c4302f8949a93ae06fe7c87d7011c04147"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/structory-towers.pw.toml"
|
file = "mods/structory-towers.pw.toml"
|
||||||
hash = "2d5fddc37293f33e8967e4687a69fb98126a8c4f79194547d1ab6e2941007910"
|
hash = "2d5fddc37293f33e8967e4687a69fb98126a8c4f79194547d1ab6e2941007910"
|
||||||
|
|
13
mods/ae2.pw.toml
Normal file
13
mods/ae2.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Applied Energistics 2"
|
||||||
|
filename = "appliedenergistics2-fabric-15.3.3.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/Fb70Efd1/appliedenergistics2-fabric-15.3.3.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "78ca46c11b3d94dc27c36d0056f4ba16f184ed767a7527a437389616564351f11b6be10195891f580b65fd02dc18b9a34ad0b059b75c8743e6274bec02286fbd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "XxWD5pD3"
|
||||||
|
version = "Fb70Efd1"
|
13
mods/storagedrawers.pw.toml
Normal file
13
mods/storagedrawers.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Storage Drawers"
|
||||||
|
filename = "Storage Drawers-fabric-1.20.1-12.10.5.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/guitPqEi/versions/AKH2R9Sa/Storage%20Drawers-fabric-1.20.1-12.10.5.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "ae51822c09dba685438cccb8bb3377b9be06e3006c512f41e4c4b0dacae032a114517dc47cd7cd5acc846f6b1d3514d83aa1749555c0c95bbb001d1670f799b2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "guitPqEi"
|
||||||
|
version = "AKH2R9Sa"
|
|
@ -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 = "261dbe391e863d2d455b36cf293090d5f824e1304acb1709dfc123308ee775e3"
|
hash = "56d2e69ba9c2c955770049efa6e30c34e76e8404f531cca3c402ac3ff1ac3080"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.10"
|
fabric = "0.16.10"
|
||||||
|
|
Loading…
Add table
Reference in a new issue