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 --- mods/essential.pw.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mods/essential.pw.toml (limited to 'mods') 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" -- cgit v1.2.3