From 4a46d6385ea2ad37e5be3f886da1c2e2e875bca4 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sat, 9 Mar 2024 01:17:42 +0100 Subject: [PATCH] Add Patchouli for ingame mod book guides --- index.toml | 5 +++++ mods/patchouli.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 mods/patchouli.pw.toml diff --git a/index.toml b/index.toml index fb7cf9d..69053a1 100644 --- a/index.toml +++ b/index.toml @@ -140,6 +140,11 @@ file = "mods/mouse-tweaks.pw.toml" hash = "5498b1db0081867fce31ca1eea88a224565b3142205a8d0082e8b1761faeeefd" metafile = true +[[files]] +file = "mods/patchouli.pw.toml" +hash = "89e5cab6f92dbcfd6c2c058fc9381869fde193a431c284dbb828833e881cd344" +metafile = true + [[files]] file = "mods/searchables.pw.toml" hash = "7907d6767fc871c8949c4ee64407796b6c9512207a0a06aa8f874357ec81f2f2" diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..52afa49 --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.20.1-84-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/Y6tuH1cn/Patchouli-1.20.1-84-FABRIC.jar" +hash-format = "sha1" +hash = "acbbeaae2f57052058a8444439f93d9a2d3efaf2" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "Y6tuH1cn" diff --git a/pack.toml b/pack.toml index 0c562b8..1cfa8ee 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Marchcraft Packwiz" author = "TD" -version = "1.2.0" +version = "1.3.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6dcf71b700b755c223f5edf1fc779792d3884b7ff65e3659c5db539b281c730c" +hash = "5ea3949b86cd38cd7d64011c0e9574c178c17ee862e407e7dfa4ec10aec9834e" [versions] fabric = "0.15.7"