From 577c074600cd069b0ccee8f15c9aa6230b313c5f Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 17 Jan 2023 20:21:38 -0500 Subject: feat: add essential as an *optional* mod yes, i know it's bad, but inviting people to your world is convenient --- index.toml | 5 +++++ mods/essential.pw.toml | 17 +++++++++++++++++ pack.toml | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 mods/essential.pw.toml diff --git a/index.toml b/index.toml index 209b5b0..a0378fa 100644 --- a/index.toml +++ b/index.toml @@ -90,6 +90,11 @@ file = "mods/entitytexturefeatures.pw.toml" hash = "00fe74e2080bf0b739ef95373075bbefc8f447bb396da5bfc9072f90320c6d51" metafile = true +[[files]] +file = "mods/essential.pw.toml" +hash = "58911d03dcdd03583efa113656167fb08dc71bf251043a71854011fafbd02553" +metafile = true + [[files]] file = "mods/extrasounds.pw.toml" hash = "2e871ee3068cfb44e799d244f4e586e6f32e5708b16a6832939c3c4f01d91170" diff --git a/mods/essential.pw.toml b/mods/essential.pw.toml new file mode 100644 index 0000000..aab6714 --- /dev/null +++ b/mods/essential.pw.toml @@ -0,0 +1,17 @@ +name = "ESSENTIAL Mod" +filename = "Essential-fabric_1-19.jar" +side = "client" + +[option] +optional = true +description = "not the best mod, but convenient" + +[download] +url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/1.0.0/Essential-fabric_1-19.jar" +hash-format = "sha1" +hash = "5c383c8fd994f6963de85840f2ae75c5b6be9925" + +[update] +[update.modrinth] +mod-id = "k2ZPuTBm" +version = "EVfUPvny" diff --git a/pack.toml b/pack.toml index e5eb19c..96f0ed5 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 = "4c62ffca2300bad8f03c378955baae09712d73b7f63d7cad452e31ea888ba20b" +hash = "48dc57293822c67eb30c926b3598324065d49c22152a3f64456947c4544191d0" [versions] minecraft = "1.19.2" -- cgit v1.2.3