From 323b671d49c8e94a4d04285d6372cbe5893ae6b0 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 3 Jan 2026 17:35:05 -0500 Subject: added default options mod --- index.toml | 10 ++++++++++ mods/balm.pw.toml | 13 +++++++++++++ mods/default-options.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/balm.pw.toml create mode 100644 mods/default-options.pw.toml diff --git a/index.toml b/index.toml index c83973e..05259c2 100644 --- a/index.toml +++ b/index.toml @@ -59,6 +59,11 @@ file = "mods/autocrafter-early.pw.toml" hash = "3401da1489b50010f8b31cfa1fc8d9ac20fba41f7439e23a5ccce8455c9f2b0a" metafile = true +[[files]] +file = "mods/balm.pw.toml" +hash = "71dc04da11ad8f4a5d88db5505132a654ce033f05dc2fa4bb7aa28a42762086f" +metafile = true + [[files]] file = "mods/better-archeology.pw.toml" hash = "d7dcbb9489b17fbe221d3a59ab2503293b219cee29d07a08aefbe32c5f3bf160" @@ -159,6 +164,11 @@ file = "mods/custom-player-models.pw.toml" hash = "e4f4f6156fb0156a94ec25a5d7e62f4af1f0c9bed6ba050b505f23d4b5c8bb6f" metafile = true +[[files]] +file = "mods/default-options.pw.toml" +hash = "b886b1761e9a0e36cfc351c3e8cd3455fbe35143ade876c97cc43d02b07b061d" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..de734cc --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm" +filename = "balm-fabric-1.20.1-7.3.37.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/qCk04klC/balm-fabric-1.20.1-7.3.37.jar" +hash-format = "sha512" +hash = "2fddc3053091ec9e9939f873f01a06752698adf56b0405df17c13e1f6359daa009dc8e194bb9591b172cc013900b9891b52993b779efb338b5d977b4099ae2da" + +[update] +[update.modrinth] +mod-id = "MBAkmtvl" +version = "qCk04klC" diff --git a/mods/default-options.pw.toml b/mods/default-options.pw.toml new file mode 100644 index 0000000..414efe6 --- /dev/null +++ b/mods/default-options.pw.toml @@ -0,0 +1,13 @@ +name = "Default Options" +filename = "defaultoptions-fabric-1.20.1-18.0.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WEg59z5b/versions/cxuTtrVx/defaultoptions-fabric-1.20.1-18.0.4.jar" +hash-format = "sha512" +hash = "68fb7bb9b5ed182c600bab3daf795f6eae2f1f2dc5c748042dc4a45d18d7942b96abb224bde14f1c2523e33fcaf29e3249e3e5183e2aa643b1c3f1ecac4ba8e5" + +[update] +[update.modrinth] +mod-id = "WEg59z5b" +version = "cxuTtrVx" diff --git a/pack.toml b/pack.toml index 50401df..45869f7 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 = "697e99735178cf4402b0c9b18b6383d4c57747e0cfb1de72511fc1719721c8fe" +hash = "a51918e0fe5c527a3d2fa3b439886fd1e3d142d4aa286fecf4385dadd27520e9" [versions] fabric = "0.18.4" -- cgit v1.2.3