From 115dc667bd61e80aaaba4fc2b2843b373f9e4ab5 Mon Sep 17 00:00:00 2001 From: endigma Date: Sat, 13 Jan 2024 21:34:11 -0400 Subject: [PATCH] add disenchanter --- index.toml | 5 +++++ mods/disenchanter.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/disenchanter.pw.toml diff --git a/index.toml b/index.toml index c9bdb4d..ae19841 100644 --- a/index.toml +++ b/index.toml @@ -481,6 +481,11 @@ file = "mods/ding.pw.toml" hash = "7c5259e9ac7df8366d01465703abcfbb38b59ab68c885cba988f259bea36afb2" metafile = true +[[files]] +file = "mods/disenchanter.pw.toml" +hash = "67c7669b86fc38d805f5714641d44fb0ffbe752230135de97083bdf37191b271" +metafile = true + [[files]] file = "mods/do-a-barrel-roll.pw.toml" hash = "4e2e4014bc2fd65512ea067da78d83a3f2935f47acc019c2e40adc3d2569af22" diff --git a/mods/disenchanter.pw.toml b/mods/disenchanter.pw.toml new file mode 100644 index 0000000..58ed599 --- /dev/null +++ b/mods/disenchanter.pw.toml @@ -0,0 +1,13 @@ +name = "Disenchanter" +filename = "disenchanter-0.1.8+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OQ8To4FT/versions/b2NIHM63/disenchanter-0.1.8%2B1.20.jar" +hash-format = "sha1" +hash = "8b35db1b43786bac00f01bd6df738720398a4efb" + +[update] +[update.modrinth] +mod-id = "OQ8To4FT" +version = "b2NIHM63" diff --git a/pack.toml b/pack.toml index 1e23bd1..bc6a61a 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 = "a26618229f17169968f047f45b02dbc5384057f1e6a0e2b6bc821a61e54bb587" +hash = "ab80da2375dafcda501e67ae2c5d75224055b5e920f933b816b5b6ba5f913b08" [versions] fabric = "0.15.3"