From b65670728512242b2bd4425975c783d607b230fb Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 3 May 2026 22:42:32 +0700 Subject: [PATCH] add quality of life mods --- index.toml | 20 ++++++++++++++++++++ mods/architectury-api.pw.toml | 13 +++++++++++++ mods/bettermultiplayersleep.pw.toml | 13 +++++++++++++ mods/rei.pw.toml | 13 +++++++++++++ mods/showcase.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 6 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 mods/architectury-api.pw.toml create mode 100644 mods/bettermultiplayersleep.pw.toml create mode 100644 mods/rei.pw.toml create mode 100644 mods/showcase.pw.toml diff --git a/index.toml b/index.toml index 7cc4913..9e63ba4 100644 --- a/index.toml +++ b/index.toml @@ -15,11 +15,21 @@ file = "mods/anti-xray.pw.toml" hash = "9d1afa5a89577bd21da0708c13d66f32224d5f7817451d9c41f5d9b76dcea9b6" metafile = true +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "ff1763afa21669a76a9ca65735944986ec4ef7a0d440b98ee2154aafa46356c8" +metafile = true + [[files]] file = "mods/balm.pw.toml" hash = "974d8b38f628b9ecf976c98332a87d24ddc220848abd9c55f7f7c0bafb5be5a1" metafile = true +[[files]] +file = "mods/bettermultiplayersleep.pw.toml" +hash = "0d29603ff776063154ca02a9bf89a21d6c7b2905ac44d5fce9c631c1380e263f" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" hash = "037350c2aa47c78e4223154291da5d6dd51e515015d78741f64d3d7b71e25111" @@ -120,6 +130,11 @@ file = "mods/packet-fixer.pw.toml" hash = "3750aa5e0f26b0a27ccd97ca1bdd38d05607789d24320e4837a8c128428eb070" metafile = true +[[files]] +file = "mods/rei.pw.toml" +hash = "a62d7893eae9d5713dbe9c844b2bb9eba53157743c47b6e8abcbdd9075264cc9" +metafile = true + [[files]] file = "mods/resourceful-config.pw.toml" hash = "4931a48b30837607a36b0cc7a2d40b32c83a4f7f02bf8a16dbf553e8bba7e0ab" @@ -140,6 +155,11 @@ file = "mods/servercore.pw.toml" hash = "16a351dac4db6e5b8035f56090710a227d33482797ef5bcc09a367099304be74" metafile = true +[[files]] +file = "mods/showcase.pw.toml" +hash = "54decfd7e09ccd90c539588225e94aa83c90b0fda584b67f9331c41072354c57" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "2eecfde12159410aa97c09f4010cd18229460c0442ceeeb162b8eeb7fa5ffae4" diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..d93a527 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-19.0.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/uNdfrcQ8/architectury-19.0.1-fabric.jar" +hash-format = "sha512" +hash = "7ca532844a0ed3d35e8515e13d1e84f8eadfceaae93281b79ad6b4dac253f4634e3dfcc7592f9543871dec117e1a3092c196ba5eae33735162de223be19dc4ad" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "uNdfrcQ8" diff --git a/mods/bettermultiplayersleep.pw.toml b/mods/bettermultiplayersleep.pw.toml new file mode 100644 index 0000000..e1faa29 --- /dev/null +++ b/mods/bettermultiplayersleep.pw.toml @@ -0,0 +1,13 @@ +name = "Better Multiplayer Sleep" +filename = "BetterMultiplayerSleep 1.1.0 1.21.11+.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LxB45e67/versions/MmaluIcb/BetterMultiplayerSleep%201.1.0%201.21.11%2B.jar" +hash-format = "sha512" +hash = "8f64c51cecae51e4662c522a21027f40d06f4907718b9878f31e59350209aa1114d428e76161b60e2dbc4d63648d4206697d8236c224f1179e0b9e507ce1d035" + +[update] +[update.modrinth] +mod-id = "LxB45e67" +version = "MmaluIcb" diff --git a/mods/rei.pw.toml b/mods/rei.pw.toml new file mode 100644 index 0000000..9308713 --- /dev/null +++ b/mods/rei.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Items (REI)" +filename = "RoughlyEnoughItems-21.11.814-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/zwCdgCLz/RoughlyEnoughItems-21.11.814-fabric.jar" +hash-format = "sha512" +hash = "65fed1a464034585adf664a33de17c06fb78c76c10b9042cf04d7c66fcc52f4401518af15d83a0f19b1735223b566e80488b4d33af5aa053b28c88e806f1867b" + +[update] +[update.modrinth] +mod-id = "nfn13YXA" +version = "zwCdgCLz" diff --git a/mods/showcase.pw.toml b/mods/showcase.pw.toml new file mode 100644 index 0000000..e40372b --- /dev/null +++ b/mods/showcase.pw.toml @@ -0,0 +1,13 @@ +name = "Showcase" +filename = "showcase-2.4.1+1.21.11.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/DC8AYtgP/versions/VZpQLvmi/showcase-2.4.1%2B1.21.11.jar" +hash-format = "sha512" +hash = "0a83254caa9faa1f6e72c6e1f0cbf2f56cbfede36fbf3a48d702b8ff735a7c9671fdd7d88006b602d94e856dffbf76e0e46fbd7ea33027243efa21d263e51061" + +[update] +[update.modrinth] +mod-id = "DC8AYtgP" +version = "VZpQLvmi" diff --git a/pack.toml b/pack.toml index 9bfb74d..b7b1de6 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "177d3549fdc9a26795bf642a5c1acefa44e1bb635f598a866bf4ebf7db034e87" +hash = "8b10fdbb9334f8c21bd40464245ccee7b0aebf6ae14ddba644e09053e39fca57" [versions] fabric = "0.19.2"