From 3afc703482400998f77aad5e5f5278755df27dbf Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 18:47:10 -0600 Subject: [PATCH] feat: add "Easier Sleeping" mod --- index.toml | 5 +++++ mods/easier-sleeping.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/easier-sleeping.pw.toml diff --git a/index.toml b/index.toml index 5bdff38..d664c42 100644 --- a/index.toml +++ b/index.toml @@ -95,6 +95,11 @@ file = "mods/curios.pw.toml" hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2" metafile = true +[[files]] +file = "mods/easier-sleeping.pw.toml" +hash = "aa28f5a8cdd30a75f7ed27bb51b9c79521991f130c69a7db87865a56b7a7b081" +metafile = true + [[files]] file = "mods/embeddium.pw.toml" hash = "5ec0c37f3f4ad07a40c10376668bca80334ddb7ad2bab06eb4de8f7aac339c8e" diff --git a/mods/easier-sleeping.pw.toml b/mods/easier-sleeping.pw.toml new file mode 100644 index 0000000..6be4fbf --- /dev/null +++ b/mods/easier-sleeping.pw.toml @@ -0,0 +1,13 @@ +name = "Easier Sleeping" +filename = "EasierSleeping-1.20.1-2.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/yTTpfxdS/versions/jS5od0UG/EasierSleeping-1.20.1-2.1.3.jar" +hash-format = "sha512" +hash = "dd178caa0b15081057ec3f1cfa66a0bc029347115f18a78fc8c1ce99b606038ef1730ebd8f040ba312bc0ee33632a292491f53fb2099ddf01b21efb7cb181f6d" + +[update] +[update.modrinth] +mod-id = "yTTpfxdS" +version = "jS5od0UG" diff --git a/pack.toml b/pack.toml index 1b6c547..d76584a 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 = "ddd1209f96c8e16c863bc552471673c8d48670e3850d88b1507599f14ff663d6" +hash = "5de9000640d82b5064172eb0098c0987f3d5434a70f696d9825255a71da28102" [versions] minecraft = "1.20.1"