From 5fced7a05743958199d8ebb0714a772078a31053 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 27 May 2024 23:19:07 +0200 Subject: [PATCH] [a] some more bed benefits to balance out sleeping again --- index.toml | 10 ++++++++++ mods/bed-benefits.pw.toml | 13 +++++++++++++ mods/bookshelf-lib.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/bed-benefits.pw.toml create mode 100644 mods/bookshelf-lib.pw.toml diff --git a/index.toml b/index.toml index ac4d33a..0d94fc4 100644 --- a/index.toml +++ b/index.toml @@ -67,6 +67,11 @@ file = "mods/backported-wolves.pw.toml" hash = "166bfddae9c15e5bd03e5fd2311d9ecab2b117f348258c679d4847ebbc4e0119" metafile = true +[[files]] +file = "mods/bed-benefits.pw.toml" +hash = "d51c568f86401ca1c89240459c05b6ab502471c53552e786dc2d3b55abdda396" +metafile = true + [[files]] file = "mods/bedoverhaul.pw.toml" hash = "50848a3df5d3634ac202347dd47d05c92c3287851110527c4f09079408fc975a" @@ -107,6 +112,11 @@ file = "mods/bobby.pw.toml" hash = "53e2d27a50b1149ef4189184274977a06fa2ba59575eb8edb12f8df86f2b2cf5" metafile = true +[[files]] +file = "mods/bookshelf-lib.pw.toml" +hash = "9022ec899edf2af44a13d5d715b10661f394672306e3cff5b29bdd7452c783f7" +metafile = true + [[files]] file = "mods/borderless-mining.pw.toml" hash = "77674b7a889a21373f0775c4c51495ce38079280f9f26e1367796b030832f97d" diff --git a/mods/bed-benefits.pw.toml b/mods/bed-benefits.pw.toml new file mode 100644 index 0000000..22f6bb5 --- /dev/null +++ b/mods/bed-benefits.pw.toml @@ -0,0 +1,13 @@ +name = "Bed Benefits" +filename = "BedBenefits-Fabric-1.20.1-13.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Wl8l4Sim/versions/QTNCoxZY/BedBenefits-Fabric-1.20.1-13.0.3.jar" +hash-format = "sha1" +hash = "f4438f0993f12156ac9c7410db9e8752589bc418" + +[update] +[update.modrinth] +mod-id = "Wl8l4Sim" +version = "QTNCoxZY" diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml new file mode 100644 index 0000000..58a07ee --- /dev/null +++ b/mods/bookshelf-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Bookshelf" +filename = "Bookshelf-Fabric-1.20.1-20.1.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/X9JByRlL/Bookshelf-Fabric-1.20.1-20.1.10.jar" +hash-format = "sha1" +hash = "4ed0613f7e766742985dc91e5559784f82a26ee3" + +[update] +[update.modrinth] +mod-id = "uy4Cnpcm" +version = "X9JByRlL" diff --git a/pack.toml b/pack.toml index a0b7d72..916c924 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 = "9598b88a2687d811da42feaa087df2f5df22131856d5a8c5fb74d5bafa8e1111" +hash = "b79309a90cfc757fecfeaa243b2716d7096ce3cadcf3961bd11bf28be6859f85" [versions] minecraft = "1.20.1"