From 5b5502b52039a7279f40e5428290646cffe76965 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 22 Oct 2023 03:57:21 -0400 Subject: [PATCH] Add Create Garnished add-on --- index.toml | 5 +++++ mods/create-garnished.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/create-garnished.pw.toml diff --git a/index.toml b/index.toml index c6539c7..f0a79ad 100644 --- a/index.toml +++ b/index.toml @@ -211,6 +211,11 @@ file = "mods/create-fabric.pw.toml" hash = "51bcd20556c6a8b9e5f876c88915a5dff830b05ead2c53278aa3356ba5c04e24" metafile = true +[[files]] +file = "mods/create-garnished.pw.toml" +hash = "bb6f9999990f2921d9a902fe75f368763bc49dd8279e79bad0539b22179d40cc" +metafile = true + [[files]] file = "mods/create-steam-n-rails.pw.toml" hash = "2995bd6fc4d6cfb207625005e7392fc09aefe226a0441cceca6687dfc1883ad6" diff --git a/mods/create-garnished.pw.toml b/mods/create-garnished.pw.toml new file mode 100644 index 0000000..221604a --- /dev/null +++ b/mods/create-garnished.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Garnished" +filename = "garnished-1.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6e2SlzR4/versions/hQTnCxEy/garnished-1.0%2B1.20.1.jar" +hash-format = "sha1" +hash = "52f8b54bdd61bfd4fcf478452a2a45d88e2b9654" + +[update] +[update.modrinth] +mod-id = "6e2SlzR4" +version = "hQTnCxEy" diff --git a/pack.toml b/pack.toml index 44c21b3..deff908 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 = "7f050e17eb7780cc4a41056ccbb20115862b61130dda9b0634755120238b3f85" +hash = "b19448a90fc1ab2165e826b2efc5a48f7c59e9b6793b5556bee63484dfbf5bdf" [versions] minecraft = "1.20.1"