From 677443e96299b7b986bd0ff538f8f9760df9bf8f Mon Sep 17 00:00:00 2001 From: Yonah Date: Sun, 9 Nov 2025 23:51:12 +0900 Subject: [PATCH] mods: add individual keepinventory mod Since not everyone wants this gamerule to be enabled. --- index.toml | 5 +++++ mods/keep-it-personal.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/keep-it-personal.pw.toml diff --git a/index.toml b/index.toml index d423214..92c55ef 100644 --- a/index.toml +++ b/index.toml @@ -244,6 +244,11 @@ file = "mods/iris.pw.toml" hash = "a6294e41dba36d3f1d0b698a5df2e8afc935df575c0bcc4dbc8d58853f9ef0ad" metafile = true +[[files]] +file = "mods/keep-it-personal.pw.toml" +hash = "3ee12e5c12f6f518ddfa2b11e8a2342f09d5621754e70027934120167ba00e08" +metafile = true + [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "91fc3cbc0248bf1bf743f1aaf352b0abd17c2d9635061e462a631299eef2cf82" diff --git a/mods/keep-it-personal.pw.toml b/mods/keep-it-personal.pw.toml new file mode 100644 index 0000000..5f16e42 --- /dev/null +++ b/mods/keep-it-personal.pw.toml @@ -0,0 +1,13 @@ +name = "Keep It Personal" +filename = "keep-it-personal-1.21.10+build.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/7wfhydEF/versions/7hJl8Eaj/keep-it-personal-1.21.10%2Bbuild.3.jar" +hash-format = "sha512" +hash = "2d8a3d529dc8c76edccdafc9a1ce1b1dff7272ebf1590ed392cae0f19d80c07a4bc023e08aa0bce69a43a0867cbc75c8d2f208833b2634a8ce07441159433096" + +[update] +[update.modrinth] +mod-id = "7wfhydEF" +version = "7hJl8Eaj" diff --git a/pack.toml b/pack.toml index 2d01cba..d5fe80a 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 = "0322d9015ad76e13f9c55d8aedca082489427cf165bd037828b0ffb9cb568b34" +hash = "077899cf5fc51380f08aae352407ae8ea690a0bfbd3636b814878fee9adb5bcc" [versions] fabric = "0.17.3"