From 22232e9746aa35222042e6c571d267340ddc59a0 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 30 Jun 2025 01:06:22 +0200 Subject: [PATCH] Add TrashSlot --- index.toml | 10 ++++++++++ mods/balm-fabric.pw.toml | 13 ------------- mods/balm.pw.toml | 13 +++++++++++++ mods/trashslot.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 37 insertions(+), 14 deletions(-) delete mode 100644 mods/balm-fabric.pw.toml create mode 100644 mods/balm.pw.toml create mode 100644 mods/trashslot.pw.toml diff --git a/index.toml b/index.toml index c34ddd4..4ca34e5 100644 --- a/index.toml +++ b/index.toml @@ -606,6 +606,11 @@ file = "mods/balm-fabric.pw.toml" hash = "b9f8f1f93a2e61aa9b8f16dd7b018e1cbdf911fca57d377d733f4d180a9210b0" metafile = true +[[files]] +file = "mods/balm.pw.toml" +hash = "2b39af0fe4a842222374eec49397398495a20358c13ff9879170077012afe2eb" +metafile = true + [[files]] file = "mods/better-advancements.pw.toml" hash = "00f223fda7198f380360967e58208b3edd27de8f00e312c7294e669ffa075c14" @@ -936,6 +941,11 @@ file = "mods/tooltipfix.pw.toml" hash = "a9b60e8434424b2c10e0de9b5d3ab98325b10df2dd9e6aed82e8d7828c981b9f" metafile = true +[[files]] +file = "mods/trashslot.pw.toml" +hash = "40c60c458184ab9d15fdcc4c610607eca60a1557bbf484fad2942a803d75e0ec" +metafile = true + [[files]] file = "mods/unilib.pw.toml" hash = "e6ed9ceb3c1f29d6345a275b510e708ccd8db5f51d9a671b2e01f5ee628451bc" diff --git a/mods/balm-fabric.pw.toml b/mods/balm-fabric.pw.toml deleted file mode 100644 index 8df1d35..0000000 --- a/mods/balm-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Balm (Fabric Edition)" -filename = "balm-fabric-1.21.1-21.0.46.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "51f4a4e548be9fda62ce0001126ecc94c4380a8e" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6588896 -project-id = 500525 diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..6d73b5b --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm" +filename = "balm-fabric-1.21.1-21.0.46.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/CuNotPQG/balm-fabric-1.21.1-21.0.46.jar" +hash-format = "sha512" +hash = "b7b43bb5768be230b9b3a4cf7ed064b00b9844d5ecdb02c6e94a3e93ec0d71a1813179568e1e94051c8e5c48182a7eeb7bff5422f973c0a1a1810da203c14be5" + +[update] +[update.modrinth] +mod-id = "MBAkmtvl" +version = "CuNotPQG" diff --git a/mods/trashslot.pw.toml b/mods/trashslot.pw.toml new file mode 100644 index 0000000..de1765b --- /dev/null +++ b/mods/trashslot.pw.toml @@ -0,0 +1,13 @@ +name = "TrashSlot" +filename = "trashslot-fabric-1.21.1-21.1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vRYk0bv7/versions/pc61Sh6M/trashslot-fabric-1.21.1-21.1.4.jar" +hash-format = "sha512" +hash = "9333f5a578267b06371e9fd2e56d78a50ab3d68b5e2db612bafb4efd3234fd4031db11bd86ce7c3ff257ce5b52615b30f203edd2868662daf8547084e4ad0262" + +[update] +[update.modrinth] +mod-id = "vRYk0bv7" +version = "pc61Sh6M" diff --git a/pack.toml b/pack.toml index f935338..67283a5 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 = "9251b46e349524f5cf6e79b5cb067648eb5f57f8450899804a8e92037b6ec82f" +hash = "f44e35b7010ccffdcb4e097f89427f5ff9f9fd2ab10123c307ba2675cfea7502" [versions] fabric = "0.16.14"