Compare commits

...

2 Commits

Author SHA1 Message Date
tonitch
95abb48555
adding sleepwarp 2025-02-18 23:11:13 +01:00
tonitch
376dd4bd0a
adding table top craft 2025-02-18 23:03:15 +01:00
4 changed files with 37 additions and 1 deletions

View File

@ -19360,6 +19360,11 @@ file = "mods/sit-fabric.pw.toml"
hash = "11e2e4821470399e36976d82f7656807d2ca4fb4244f5a7117040db17e893b08" hash = "11e2e4821470399e36976d82f7656807d2ca4fb4244f5a7117040db17e893b08"
metafile = true metafile = true
[[files]]
file = "mods/sleep-warp.pw.toml"
hash = "5e82bea9bdad60e2a41ed8d16d71bc47978d8d25e3f84e134d05d4b6cb1613ac"
metafile = true
[[files]] [[files]]
file = "mods/slideshow-fabric.pw.toml" file = "mods/slideshow-fabric.pw.toml"
hash = "3976b9936829c1bd51a9bf9d9c1177cb7457fb216268bc4acd39592d13763fbe" hash = "3976b9936829c1bd51a9bf9d9c1177cb7457fb216268bc4acd39592d13763fbe"
@ -19415,6 +19420,11 @@ file = "mods/stoneworks.pw.toml"
hash = "b7124a0d8cdf19f4de41db21aa26cfe4ace1d5c20779ea1db0dda0f68a0c6e20" hash = "b7124a0d8cdf19f4de41db21aa26cfe4ace1d5c20779ea1db0dda0f68a0c6e20"
metafile = true metafile = true
[[files]]
file = "mods/table-top-craft.pw.toml"
hash = "8685b5cb3423d9c3cc324ff1c6f5427287f6a9779787a8a822104e6377126297"
metafile = true
[[files]] [[files]]
file = "mods/terrablender-fabric.pw.toml" file = "mods/terrablender-fabric.pw.toml"
hash = "4c3e112fd51bd798d94aee2d0b2b760273bea50480ba0f607f0277e3a7da068f" hash = "4c3e112fd51bd798d94aee2d0b2b760273bea50480ba0f607f0277e3a7da068f"

13
mods/sleep-warp.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "SleepWarp"
filename = "sleepwarp-2.2.0_rc1+1.20.1.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/OPvzuqtZ/versions/l4cnghUz/sleepwarp-2.2.0_rc1%2B1.20.1.jar"
hash-format = "sha512"
hash = "c9a007396eedd617b0d72d982ab0bfffaa75692a3b48fb34efe8afe5e157468ed43a68e0e29d242fcb26f47f8713595e52b449ca5450251d71938a54edcb1b40"
[update]
[update.modrinth]
mod-id = "OPvzuqtZ"
version = "l4cnghUz"

View File

@ -0,0 +1,13 @@
name = "Table Top Craft"
filename = "table_top_craft-fabric-1.20.1-5.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IO0hAHwQ/versions/cVszRa3Y/table_top_craft-fabric-1.20.1-5.0.2.jar"
hash-format = "sha512"
hash = "b5b7a6b564be8f25d57be608f788e1be32db47a53ca542f6a74107a90bf2b098e4f1b4f4541e50fbd157e56ca23d9c1d95526d6e09fe4d6a0f4f7a2c0e57a170"
[update]
[update.modrinth]
mod-id = "IO0hAHwQ"
version = "cVszRa3Y"

View File

@ -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 = "6f6a50ea11f4089f2ade793d4a2128d1c77f4dc702508a45078e17921385c7a0" hash = "63bd715fc31e7044ab4acda264cfc40d2e9467b0555adc066aa8f358adf7cc12"
[versions] [versions]
fabric = "0.16.9" fabric = "0.16.9"