From 19678126976746a4750b5b19b4e42182c8bea8ba Mon Sep 17 00:00:00 2001 From: RestedWicked Date: Fri, 27 Jun 2025 22:25:41 -0700 Subject: [PATCH] [UPDATE] Removed Sleep, Added Furniture --- index.toml | 15 ++++++++++----- mods/framework.pw.toml | 13 +++++++++++++ mods/refurbished-furniture.pw.toml | 13 +++++++++++++ mods/sleep.pw.toml | 13 ------------- pack.toml | 2 +- 5 files changed, 37 insertions(+), 19 deletions(-) create mode 100644 mods/framework.pw.toml create mode 100644 mods/refurbished-furniture.pw.toml delete mode 100644 mods/sleep.pw.toml diff --git a/index.toml b/index.toml index d8e6ae2..761ad1f 100644 --- a/index.toml +++ b/index.toml @@ -554,6 +554,11 @@ file = "mods/forgified-fabric-api.pw.toml" hash = "5b34f5aff5000de94ed9e132315bad7288a72a9cbb8f902df2799a579433b7af" metafile = true +[[files]] +file = "mods/framework.pw.toml" +hash = "11bc4d2951f2bbb0dd17c77534f05c909987e19203398558713bc515f441d5a2" +metafile = true + [[files]] file = "mods/ftb-essentials.pw.toml" hash = "ed2c987edef80404213abdba45b78e0af7d5d1e1ce73b160e7216b735199f877" @@ -919,6 +924,11 @@ file = "mods/reeses-sodium-options.pw.toml" hash = "09306b955060349986ccf6a6d2a67f1e019fa172a7dc690dd6007f81c966309a" metafile = true +[[files]] +file = "mods/refurbished-furniture.pw.toml" +hash = "35eb897c9736c48125a8f86253bc5c0f6f1b3891127d7c300d00b0339167cd36" +metafile = true + [[files]] file = "mods/relics-mod.pw.toml" hash = "c29ea2e8b991a9c0060de48ea98eef0c349966432e56455cfa2901b9f2bbcccd" @@ -969,11 +979,6 @@ file = "mods/skinchanger.pw.toml" hash = "698363af44b0437be16554944959ebec3a841683e40db029bfcb034ad14ba6cc" metafile = true -[[files]] -file = "mods/sleep.pw.toml" -hash = "819f715e2fc22568b84b5d043cc77725cade1a6ac27867bed993e036cac04b82" -metafile = true - [[files]] file = "mods/smsn.pw.toml" hash = "aa96da0163d58c62c167a38fe4d6489dfba9e370de44b4aceb855b40cc71c654" diff --git a/mods/framework.pw.toml b/mods/framework.pw.toml new file mode 100644 index 0000000..47e3b25 --- /dev/null +++ b/mods/framework.pw.toml @@ -0,0 +1,13 @@ +name = "Framework" +filename = "framework-neoforge-1.21.1-0.9.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5a6b6c61b856098bfe8c9d35b92638ddbc14da27" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6531439 +project-id = 549225 diff --git a/mods/refurbished-furniture.pw.toml b/mods/refurbished-furniture.pw.toml new file mode 100644 index 0000000..a1af130 --- /dev/null +++ b/mods/refurbished-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "MrCrayfish's Furniture Mod: Refurbished" +filename = "refurbished_furniture-neoforge-1.21.1-1.0.16.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "63cc46607e89deff01da6ee8b25f2dbb0582b9f9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6623948 +project-id = 897116 diff --git a/mods/sleep.pw.toml b/mods/sleep.pw.toml deleted file mode 100644 index d8023a8..0000000 --- a/mods/sleep.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sleep" -filename = "sleep-v.3.2.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/WTzuSu8P/versions/oHcg0EF4/sleep-v.3.2.2.jar" -hash-format = "sha512" -hash = "410ff3f160e219d9257d6b65d280a151b3f241cfe616fdc25b139ee2e73bf75cd1a5c83da0e9b22a2c8adc64d0777f5b67fbcaaa7016b595cbb07c34d161f81a" - -[update] -[update.modrinth] -mod-id = "WTzuSu8P" -version = "oHcg0EF4" diff --git a/pack.toml b/pack.toml index 2c2a842..be2819a 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 = "59daddbc056d0e8a8259c05c5b35badf86e9120db46c8ad8b0356af6e585c929" +hash = "909deb6f0a806f1f406257492da33a79e6121d311f20e871a3dd21a470b958c8" [versions] minecraft = "1.21.1"