diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-01 15:01:17 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-01 15:01:17 -0500 |
| commit | 538e9039b018e81ee077acb3288e9f20f454f78f (patch) | |
| tree | 4fb4c9b570eed458294b022a61eb9e5944109d25 | |
| parent | bce0cf402c01e169add5517e91409ab91854e03d (diff) | |
replaced no death item despawn mod
| -rw-r--r-- | index.toml | 10 | ||||
| -rw-r--r-- | mods/configurable-despawn-timer.pw.toml | 13 | ||||
| -rw-r--r-- | mods/loyal-items.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
4 files changed, 19 insertions, 19 deletions
@@ -164,11 +164,6 @@ hash = "d47260d085f9c59609bbc7582968e60f4c476d934c815142360bbcc4b5113a4d" metafile = true [[files]] -file = "mods/configurable-despawn-timer.pw.toml" -hash = "dd931831f2cf4ba3359091880e555d0413f8be981e74a28aebbe9f396259d759" -metafile = true - -[[files]] file = "mods/controlling.pw.toml" hash = "e81c635602878f92af9a9c11b92481b25c7aaf3f68cd015dabf5f67201886401" metafile = true @@ -448,6 +443,11 @@ hash = "f0302803c0685ab563b11e93b7bda534681b8c1a7b67dd0431e18c9df645bf9d" metafile = true [[files]] +file = "mods/loyal-items.pw.toml" +hash = "1d5dea48e30830a5fb7fc4f88a4f24d656db8e12e6d450bc79fa64a9b3ca11eb" +metafile = true + +[[files]] file = "mods/make_bubbles_pop.pw.toml" hash = "f531a8ee70e9d78ee62a84e3fd18088070dcf8f2cee2384a8aabed16dbfafe6c" metafile = true diff --git a/mods/configurable-despawn-timer.pw.toml b/mods/configurable-despawn-timer.pw.toml deleted file mode 100644 index e687356..0000000 --- a/mods/configurable-despawn-timer.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Configurable Despawn Timer" -filename = "configurabledespawntimer-1.20.1-4.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/9olMJ5Qp/versions/AhKpJOKA/configurabledespawntimer-1.20.1-4.3.jar" -hash-format = "sha512" -hash = "10897cf462a044803abbb5245bd97b3637959557028564e8659699a2cbce2a1b4a9a66224f1f07d0bfb4c459112a7a246d2dd814edeed2be6f70f48dc574bb72" - -[update] -[update.modrinth] -mod-id = "9olMJ5Qp" -version = "AhKpJOKA" diff --git a/mods/loyal-items.pw.toml b/mods/loyal-items.pw.toml new file mode 100644 index 0000000..4941f25 --- /dev/null +++ b/mods/loyal-items.pw.toml @@ -0,0 +1,13 @@ +name = "Loyal Items" +filename = "Loyal Items 1.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/YhRug9vd/versions/FNpNFYnO/Loyal%20Items%201.0.3.jar" +hash-format = "sha512" +hash = "4d1e1f5cabb4686f2aec971bbb1377f4e6150612208f7180138c0827551266edf61844800075765480e99a5cc4841d7bd1af25983a970535587d2ec2fabd29ed" + +[update] +[update.modrinth] +mod-id = "YhRug9vd" +version = "FNpNFYnO" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ad025f03d31f38647181dc77a777f272d417b1cca9b80a8d9196b4e45b83fd92" +hash = "461418775ef637d5633d6aefe8872b95308fce3e142530261efb4339f21bd21a" [versions] fabric = "0.18.4" |
