From fd52a6f9ba8051f6417206207308544f15b88d68 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sat, 24 Aug 2024 22:59:02 -0300 Subject: [PATCH] feat: add craftify --- index.toml | 5 +++++ mods/craftify.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/craftify.pw.toml diff --git a/index.toml b/index.toml index 20390a9..b28a94d 100644 --- a/index.toml +++ b/index.toml @@ -185,6 +185,11 @@ file = "mods/continuity.pw.toml" hash = "acbde04e67f2f0970a6b81e3c818a5f8ed3eceab4f3a04330d80c70c24d03afe" metafile = true +[[files]] +file = "mods/craftify.pw.toml" +hash = "da49c1a996fdd5ff25ce37d2af087910b5255ae73b14a3bed17fd8f36c0c27c0" +metafile = true + [[files]] file = "mods/creativecore.pw.toml" hash = "ff118d5d9ced175264395beb00b2c29222b0a236a0b0fed570c397afffaf6345" diff --git a/mods/craftify.pw.toml b/mods/craftify.pw.toml new file mode 100644 index 0000000..98844e5 --- /dev/null +++ b/mods/craftify.pw.toml @@ -0,0 +1,13 @@ +name = "Craftify" +filename = "Craftify-1.20.1-1.16.0-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nrJ2NpD0/versions/re35cvGC/Craftify-1.20.1-1.16.0-fabric.jar" +hash-format = "sha1" +hash = "1fdc0084f5c9c3e304f424bc98af3199626cc285" + +[update] +[update.modrinth] +mod-id = "nrJ2NpD0" +version = "re35cvGC"