diff --git a/index.toml b/index.toml index aa1c1c0..20521a1 100644 --- a/index.toml +++ b/index.toml @@ -742,6 +742,11 @@ file = "mods/patchouli.pw.toml" hash = "4d0b66ba4cb3c2965bf961d4bb991babb6a60f8a20709d1e295ed7fc8b6d8929" metafile = true +[[files]] +file = "mods/player-ladder.pw.toml" +hash = "5e37ad5e772003a6d3d562e2fcbbc3624b39c87258d7fc68935815c6efe49b6d" +metafile = true + [[files]] file = "mods/playeranimator.pw.toml" hash = "5afa7da611cb56447e957a22f2d5b36fbdcd322acc09880bb669471a032a2ec3" @@ -777,6 +782,11 @@ file = "mods/rrls.pw.toml" hash = "b42e248b373e243d1aefb92a305f930a9beff447e68921b449f2f6979c2a5c57" metafile = true +[[files]] +file = "mods/showcase-item.pw.toml" +hash = "5e8a024240fe523a7b2480db7444b51a4dc76ca8507b3d9769821e09ee11e01b" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "0f497918229968f782522446548e80f18d02f92641328db0548354ff5075f68f" @@ -862,6 +872,11 @@ file = "mods/visual-workbench.pw.toml" hash = "9ba672d7cfeb23c8df703106cad286a73425ef9b600f2e5965ba90ad241981e7" metafile = true +[[files]] +file = "mods/waystones.pw.toml" +hash = "34c86f976127ded13120aa03479144f6d66fba395665827b4db649c23822f1b6" +metafile = true + [[files]] file = "mods/when-dungeons-arise.pw.toml" hash = "fe4eea69646af393a75bf167a35ec4eb267365b7b909cd51dd32caef6a4f3eb1" diff --git a/mods/player-ladder.pw.toml b/mods/player-ladder.pw.toml new file mode 100644 index 0000000..1dedf98 --- /dev/null +++ b/mods/player-ladder.pw.toml @@ -0,0 +1,13 @@ +name = "Player Ladder" +filename = "playerladder-0.6.1-forge-1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/YCcTxyDM/versions/ol37llym/playerladder-0.6.1-forge-1.20.1.jar" +hash-format = "sha1" +hash = "e2096640589fa2091284b720d147a398be865f67" + +[update] +[update.modrinth] +mod-id = "YCcTxyDM" +version = "ol37llym" diff --git a/mods/showcase-item.pw.toml b/mods/showcase-item.pw.toml new file mode 100644 index 0000000..2bf1f55 --- /dev/null +++ b/mods/showcase-item.pw.toml @@ -0,0 +1,13 @@ +name = "Showcase Item" +filename = "showcaseitem-1.20.1-1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P5Jjjezm/versions/Q5HI3IfP/showcaseitem-1.20.1-1.2.jar" +hash-format = "sha1" +hash = "282e08fc46b7e4bab61a8651b5fcc1ee1befddd9" + +[update] +[update.modrinth] +mod-id = "P5Jjjezm" +version = "Q5HI3IfP" diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml new file mode 100644 index 0000000..70498ef --- /dev/null +++ b/mods/waystones.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones" +filename = "waystones-forge-1.20-14.1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/Rbp8Hzck/waystones-forge-1.20-14.1.4.jar" +hash-format = "sha1" +hash = "f7ff479f1b6b3a404110e0b95cfff5acb5612aca" + +[update] +[update.modrinth] +mod-id = "LOpKHB2A" +version = "Rbp8Hzck" diff --git a/pack.toml b/pack.toml index ffbfc00..8723889 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "7944693da74b021051f811f5b91f52032197fbe2e3ed88c9a8bf127f8944da7f" +hash = "87547acd3b80835e7464c1682d8e3b39c8b4a04cef4fe80b9a10aef2c835850c" [versions] minecraft = "1.20.1"