From 8670230547fe259fb3d5fa135aa33d3e365976c8 Mon Sep 17 00:00:00 2001 From: endigma Date: Sun, 12 Jun 2022 11:10:13 -0300 Subject: [PATCH] add essentialclient --- index.toml | 5 +++++ mods/essentialclient.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/essentialclient.pw.toml diff --git a/index.toml b/index.toml index f157b72..6ada43c 100644 --- a/index.toml +++ b/index.toml @@ -515,6 +515,11 @@ file = "mods/equipment-compare-fabric.toml" hash = "23bfea2b265f800540890faf6542b0db3513e7001157c7c0d8679d74a6810530" metafile = true +[[files]] +file = "mods/essentialclient.pw.toml" +hash = "f800d2d70484c9e0370aaa749b5a57305b88a2824e4da8c997a1424d5566d74d" +metafile = true + [[files]] file = "mods/extended-drawers.pw.toml" hash = "9a6e31c5c14db56bf92606cc88f20e2c23c3aefb2ddb848a3216920b78f917e0" diff --git a/mods/essentialclient.pw.toml b/mods/essentialclient.pw.toml new file mode 100644 index 0000000..4379079 --- /dev/null +++ b/mods/essentialclient.pw.toml @@ -0,0 +1,13 @@ +name = "EssentialClient" +filename = "essential-client-1.18.2-1.2.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/sH0dfrKf/versions/mc1.18.2-v1.2.1/essential-client-1.18.2-1.2.1.jar" +hash-format = "sha1" +hash = "01266a8fb0dcea16751fc4c3a0624a04d3e977fd" + +[update] +[update.modrinth] +mod-id = "sH0dfrKf" +version = "ISmogxb2" diff --git a/pack.toml b/pack.toml index f8bd7b0..98882d5 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 = "73cd00cbac12571968e4315c2bf3369aa72ac43fd75780c664f8f910f7ffba94" +hash = "998e13bb523e3e77211c5ccde635289fe19bf194df0b6fbde985a7ac5163e55c" [versions] fabric = "0.14.7"