[c+s] Quad & Inventory Management
This commit is contained in:
parent
c0800c83fc
commit
6de9c820e2
10
index.toml
10
index.toml
|
@ -275,6 +275,11 @@ file = "mods/inventory-essentials.pw.toml"
|
||||||
hash = "5f4202049cfaef85525702039c3ec43e048eb658ade060980f796744fea299da"
|
hash = "5f4202049cfaef85525702039c3ec43e048eb658ade060980f796744fea299da"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/inventory-management.pw.toml"
|
||||||
|
hash = "e181bb57004fede8c736e9183d8645e7db17d965669590575b3cbbc1050075ef"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inventory-sorting.pw.toml"
|
file = "mods/inventory-sorting.pw.toml"
|
||||||
hash = "cacd5a91708f799da27924f237b9252d05438de1f9b4e3e978bf3894e8574df0"
|
hash = "cacd5a91708f799da27924f237b9252d05438de1f9b4e3e978bf3894e8574df0"
|
||||||
|
@ -450,6 +455,11 @@ file = "mods/puzzles-lib.pw.toml"
|
||||||
hash = "234817faae966a2587dcc1c11e599ac9ab3a2ae16073f4a399048d6dd2242cba"
|
hash = "234817faae966a2587dcc1c11e599ac9ab3a2ae16073f4a399048d6dd2242cba"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/quad.pw.toml"
|
||||||
|
hash = "9f244ca3dae5a47d1208ac1196e8975002d90d3abd5cdd8cbb71d26bf71bd379"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/replaymod.pw.toml"
|
file = "mods/replaymod.pw.toml"
|
||||||
hash = "b9243f536a1c5cfd9d63a39627ba8ab9c3fd57275a95775730a11fffd68dd062"
|
hash = "b9243f536a1c5cfd9d63a39627ba8ab9c3fd57275a95775730a11fffd68dd062"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Inventory Management"
|
||||||
|
filename = "inventorymanagement-1.3.1+1.20.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/F7wXag4i/versions/iYujfjuN/inventorymanagement-1.3.1%2B1.20.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "0b1d3b2c084a8e8594229d201360262f9e17d3b6"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "F7wXag4i"
|
||||||
|
version = "iYujfjuN"
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Quad"
|
||||||
|
filename = "Quad-1.1.0+1.20.4-Fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/7jzrCiK0/versions/26gUoHlX/Quad-1.1.0%2B1.20.4-Fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "c536410872fd52827f6ef8c25867d015e898d7e4"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "7jzrCiK0"
|
||||||
|
version = "26gUoHlX"
|
|
@ -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 = "789db0c2a0110d6040fc147e6b4cf3a40dff4873508607ef51fb35f31a9bbb61"
|
hash = "10147e7faccbb85050391269247924808e042522ec20257991ded6dbd42f094e"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.7"
|
fabric = "0.15.7"
|
||||||
|
|
Loading…
Reference in New Issue