diff options
| author | seth <[email protected]> | 2023-01-17 20:21:38 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-17 20:21:38 -0500 |
| commit | 577c074600cd069b0ccee8f15c9aa6230b313c5f (patch) | |
| tree | 83500b1ea16b48d127e9b1bf059b69f8af32d8bd /mods/essential.pw.toml | |
| parent | c37c87e2e1d4087d5b1c794ce2e161acf3d5cadd (diff) | |
feat: add essential as an *optional* mod
yes, i know it's bad, but inviting people to your world is convenient
Diffstat (limited to 'mods/essential.pw.toml')
| -rw-r--r-- | mods/essential.pw.toml | 17 |
1 files changed, 17 insertions, 0 deletions
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" |
