From 240437a36f635e39e25119b239b406119e026c3d Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 17:58:18 -0600 Subject: [PATCH] feat: add "Create: Connected" mod --- index.toml | 5 +++++ mods/create-connected.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/create-connected.pw.toml diff --git a/index.toml b/index.toml index c5c4630..ff7b9ef 100644 --- a/index.toml +++ b/index.toml @@ -10,6 +10,11 @@ file = "mods/create-central-kitchen.pw.toml" hash = "0b69f772db857977d0e70bad04d4a8112f0963074ca07258efb44d2d3e5f4578" metafile = true +[[files]] +file = "mods/create-connected.pw.toml" +hash = "d08820071cff0e5c0ac5f18260384fb0f9850651b97d44e0c3f44c8611cf538a" +metafile = true + [[files]] file = "mods/create-enchantment-industry.pw.toml" hash = "c670ae9055f10dafb61fe340583c361f4c41ed45671c9440bae1f0696b47252a" diff --git a/mods/create-connected.pw.toml b/mods/create-connected.pw.toml new file mode 100644 index 0000000..d5ea33e --- /dev/null +++ b/mods/create-connected.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Connected" +filename = "create_connected-1.1.13-mc1.20.1-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Vg5TIO6d/versions/cd0NZDvE/create_connected-1.1.13-mc1.20.1-all.jar" +hash-format = "sha512" +hash = "942b9f05b5033ef5f920dad95a8871c04907084388f11dbe48f2d853ec237d47f1b037252b33e4d3f9efc680b680651c65cd48d4a2ca79c7b6328ae27ba3317f" + +[update] +[update.modrinth] +mod-id = "Vg5TIO6d" +version = "cd0NZDvE" diff --git a/pack.toml b/pack.toml index a205ba2..2d95796 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 = "167abe374b150eebf87c2ec5409c1f787351fdba430b77432c1b548c7c6f8781" +hash = "d754e66852e1c6629937f282beaa7e326ed0c6e5d2d7313000a46f4db4c26923" [versions] minecraft = "1.20.1"