diff options
| -rw-r--r-- | index.toml | 5 | ||||
| -rw-r--r-- | mods/essential.pw.toml | 17 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 23 insertions, 1 deletions
@@ -91,6 +91,11 @@ hash = "00fe74e2080bf0b739ef95373075bbefc8f447bb396da5bfc9072f90320c6d51" metafile = true [[files]] +file = "mods/essential.pw.toml" +hash = "58911d03dcdd03583efa113656167fb08dc71bf251043a71854011fafbd02553" +metafile = true + +[[files]] file = "mods/extrasounds.pw.toml" hash = "2e871ee3068cfb44e799d244f4e586e6f32e5708b16a6832939c3c4f01d91170" metafile = true 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" @@ -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" |
