From a4bf8a7d91ef6aa140bf4e91ac347f8adf79e8de Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Fri, 18 Apr 2025 17:03:21 +0200 Subject: [PATCH] add controllable --- index.toml | 5 +++++ mods/controllable.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/controllable.pw.toml diff --git a/index.toml b/index.toml index 401e906..93de78b 100644 --- a/index.toml +++ b/index.toml @@ -873,6 +873,11 @@ file = "mods/connectivity.pw.toml" hash = "b110d17098d959631ac663a006fe3145784048d5b443483189949ad8240fb82c" metafile = true +[[files]] +file = "mods/controllable.pw.toml" +hash = "2c7a28f8adb455c8ee9414627f1c347abc2c123bd94dd5daca5c3c140e927210" +metafile = true + [[files]] file = "mods/controlling.pw.toml" hash = "1e56f528d8e21b0cf9c52c3d6deea2a4eafa408170b39a070195dbf66617f373" diff --git a/mods/controllable.pw.toml b/mods/controllable.pw.toml new file mode 100644 index 0000000..2a3c367 --- /dev/null +++ b/mods/controllable.pw.toml @@ -0,0 +1,13 @@ +name = "Controllable" +filename = "controllable-forge-1.20.1-0.21.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "45bf6729d334de98a86e717e81475365607b4a6b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6171424 +project-id = 317269 diff --git a/pack.toml b/pack.toml index c7ccc84..30e8034 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 = "5378cd0c7ed753c5c616509fef8d7c40c43a0053a6e4aa6ee371df3b15cb91a4" +hash = "aafe25911400a6972b422b2f4b1c6f8b5ce655b618d61e46d152d3f68f000ba2" [versions] forge = "47.4.0"