From e43f578c811aa1b19c882088c255b5bb1e7bae68 Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 22:29:59 -0600 Subject: [PATCH] feat: add "Simple Backups" mod --- index.toml | 5 +++++ mods/simple-backups.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/simple-backups.pw.toml diff --git a/index.toml b/index.toml index efe28b3..d608ec6 100644 --- a/index.toml +++ b/index.toml @@ -360,6 +360,11 @@ file = "mods/searchables.pw.toml" hash = "b8c7497acbf4890b4609b6b20de7affdd3482fc99af975d9ff6b29c075e1d8a7" metafile = true +[[files]] +file = "mods/simple-backups.pw.toml" +hash = "18c304a838605e5142389c641db248671131ec25d73d08e3835ea9f6f634632f" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "2693e3b2afc35f5edac9bc961a3cb1ccfa60bf32c69f2ddcc4860e7fe8799096" diff --git a/mods/simple-backups.pw.toml b/mods/simple-backups.pw.toml new file mode 100644 index 0000000..1661777 --- /dev/null +++ b/mods/simple-backups.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Backups" +filename = "SimpleBackups-1.20.1-3.1.24.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fzSKSXVK/versions/27zw3anx/SimpleBackups-1.20.1-3.1.24.jar" +hash-format = "sha512" +hash = "d6f66009bba423f3a3e6bc01f0d0e127de4530ae41d2013bbf520d2d8ef374e021fc63f75c3ba923e8c5ddca18f40fa13f2243ac6fdcc3c7fb79247eb284f66f" + +[update] +[update.modrinth] +mod-id = "fzSKSXVK" +version = "27zw3anx" diff --git a/pack.toml b/pack.toml index 197717d..967bfbc 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 = "f69edf211df2aecd87fd8a8ce5d63c6046dfc5f933ab6652091b76ebaf6c66a2" +hash = "49de52f7dcf5b610aa639a036981ff9f1ab96bf581e20115df0d4a0c47004457" [versions] forge = "47.4.10"