From b50591b980e8052e36ad737e3853fca9b869c06a Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 22 Nov 2024 01:31:09 -0500 Subject: [PATCH] Install Create: Connected and Power Loader --- index.toml | 10 ++++++++++ mods/create-connected-fabric.pw.toml | 13 +++++++++++++ mods/create-power-loader-fabric.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/create-connected-fabric.pw.toml create mode 100644 mods/create-power-loader-fabric.pw.toml diff --git a/index.toml b/index.toml index 2b6c606..2933e9e 100644 --- a/index.toml +++ b/index.toml @@ -265,6 +265,11 @@ file = "mods/continuity.pw.toml" hash = "acbde04e67f2f0970a6b81e3c818a5f8ed3eceab4f3a04330d80c70c24d03afe" metafile = true +[[files]] +file = "mods/create-connected-fabric.pw.toml" +hash = "d98a04d6e59566b368d7c549dca1a6004f714bcc8a1d8e790cf3700fd8180c32" +metafile = true + [[files]] file = "mods/create-enchantment-industry-fabric.pw.toml" hash = "da0b1e65c3bb9f9eabfbaf4242b3adf22267752adb3824fe62b24077cf458340" @@ -280,6 +285,11 @@ file = "mods/create-garnished.pw.toml" hash = "d8e19293474d4b9e3a7687862a23e45551df12b540812648e5fc2cc98c47e711" metafile = true +[[files]] +file = "mods/create-power-loader-fabric.pw.toml" +hash = "819147b9b5a29485a20add7bb2453d3d0100dfa2df7466d9474b92c8122120b9" +metafile = true + [[files]] file = "mods/create-steam-n-rails.pw.toml" hash = "4fac0263f4d5e5b8810969b6a04b64ee2396cd42232fd16bcadf7e8e7ae96d90" diff --git a/mods/create-connected-fabric.pw.toml b/mods/create-connected-fabric.pw.toml new file mode 100644 index 0000000..a891b0a --- /dev/null +++ b/mods/create-connected-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Connected Fabric" +filename = "create_connected-0.7.4-mc1.20.1+FABRIC+HOTFIX.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QtkeMX9L/versions/S7xwyDWA/create_connected-0.7.4-mc1.20.1%2BFABRIC%2BHOTFIX.jar" +hash-format = "sha1" +hash = "a1079d42c8567b20738dfa7cdafe6b262b07a567" + +[update] +[update.modrinth] +mod-id = "QtkeMX9L" +version = "S7xwyDWA" diff --git a/mods/create-power-loader-fabric.pw.toml b/mods/create-power-loader-fabric.pw.toml new file mode 100644 index 0000000..d8906ac --- /dev/null +++ b/mods/create-power-loader-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Power Loader (Fabric)" +filename = "create_power_loader-1.5.3-mc1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E9MuZ1zB/versions/fHsTW7eS/create_power_loader-1.5.3-mc1.20.1-fabric.jar" +hash-format = "sha1" +hash = "773fa689a5d1027959bb7900585900dbb75cf0dc" + +[update] +[update.modrinth] +mod-id = "E9MuZ1zB" +version = "fHsTW7eS" diff --git a/pack.toml b/pack.toml index e9d06f1..cb14d02 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 = "4b1bbc5547bb38bb5d5e0adc4c28124cc79867a06c9eff426a1d44e62c74d3c0" +hash = "5e546046c9e819402e98b72b76a996258809735ccfc9f8638c705ca26b42d825" [versions] minecraft = "1.20.1"