More.. stuff?

This commit is contained in:
Casey 2024-05-09 19:20:56 +03:00
parent a0845b202c
commit ac1e84cfd3
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
5 changed files with 55 additions and 1 deletions

View File

@ -214,6 +214,11 @@ file = "mods/chunk-sending-forge-fabric.pw.toml"
hash = "a952fb0d69dd033d3577501d2a0b3f0e4c013fa8b5b06a66a0f22eff8df5066d" hash = "a952fb0d69dd033d3577501d2a0b3f0e4c013fa8b5b06a66a0f22eff8df5066d"
metafile = true metafile = true
[[files]]
file = "mods/clean-tooltips.pw.toml"
hash = "dbefbd1c9a4eccebf0abfd9f97b583008e120f5a6d249e0a5414e61501c7956b"
metafile = true
[[files]] [[files]]
file = "mods/clickthrough.pw.toml" file = "mods/clickthrough.pw.toml"
hash = "e6d3f593517ccc7331cb2f581deaa092094bef8fc501284eacd7379a33bee212" hash = "e6d3f593517ccc7331cb2f581deaa092094bef8fc501284eacd7379a33bee212"
@ -289,6 +294,11 @@ file = "mods/craterlib.pw.toml"
hash = "58dd43cb8e458f89e121ca6372c7982a22557e10eb3f63fde0b5741ddd7767c2" hash = "58dd43cb8e458f89e121ca6372c7982a22557e10eb3f63fde0b5741ddd7767c2"
metafile = true metafile = true
[[files]]
file = "mods/create-cobblestone-mixers.pw.toml"
hash = "69c3a9dae6892e84b8fcc083fd9db49b7be12126ab8d7225b0cf49b96cc8c4c1"
metafile = true
[[files]] [[files]]
file = "mods/create-deco.pw.toml" file = "mods/create-deco.pw.toml"
hash = "0372b9ea1233cf516f205bed50c4014bfb4e806406657b8f803409a71d81d88a" hash = "0372b9ea1233cf516f205bed50c4014bfb4e806406657b8f803409a71d81d88a"
@ -889,6 +899,11 @@ file = "mods/simple-tag-viewer.pw.toml"
hash = "3c2ced7de82deef49baab853b14f18d2d594f912342d509c4d1c6c294c2263e6" hash = "3c2ced7de82deef49baab853b14f18d2d594f912342d509c4d1c6c294c2263e6"
metafile = true metafile = true
[[files]]
file = "mods/smaller-nether-portals.pw.toml"
hash = "76821936a024be94aa53f4986222f74608dc877f32a4250d01a2ed77d804c28a"
metafile = true
[[files]] [[files]]
file = "mods/smoke-suppression.pw.toml" file = "mods/smoke-suppression.pw.toml"
hash = "60e4f9661caa846f6215353fbad135485047a728a33624e07e2bf4b5318f9e1d" hash = "60e4f9661caa846f6215353fbad135485047a728a33624e07e2bf4b5318f9e1d"

View File

@ -0,0 +1,13 @@
name = "Clean Tooltips"
filename = "clean_tooltips-1.0-fabric-1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/vMoHe8uI/versions/7jTuPvl5/clean_tooltips-1.0-fabric-1.20.1.jar"
hash-format = "sha1"
hash = "4658cdf42077ef8627199f66f2c59e70c85531e1"
[update]
[update.modrinth]
mod-id = "vMoHe8uI"
version = "7jTuPvl5"

View File

@ -0,0 +1,13 @@
name = "Create Cobblestone Mixers"
filename = "create_simple_cobble_gen-1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/b84cFnPq/versions/aO5MYDJY/create_simple_cobble_gen-1.20.1-fabric.jar"
hash-format = "sha1"
hash = "6da0a83608fcf23336e6ba424e3f2ea1ec7877c5"
[update]
[update.modrinth]
mod-id = "b84cFnPq"
version = "aO5MYDJY"

View File

@ -0,0 +1,13 @@
name = "Smaller Nether Portals"
filename = "smallernetherportals-1.20.1-3.6.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/fYAofsi6/versions/rBD6EGxf/smallernetherportals-1.20.1-3.6.jar"
hash-format = "sha1"
hash = "e31d0eec44e105735251f01108bcb65e45921060"
[update]
[update.modrinth]
mod-id = "fYAofsi6"
version = "rBD6EGxf"

View File

@ -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 = "95921be67c0f162c5c6de9ecd7103d906f76719b25b0fb5ae21d44d76b88a1c3" hash = "9d75570b06c3c5173c3dd86bb1f2d795478423ca015957f4a45fbe100c6891c6"
[versions] [versions]
fabric = "0.15.10" fabric = "0.15.10"