From ad80ff19ee28dff9fc89dd274780a16912136bc6 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sat, 9 Mar 2024 19:19:38 +0100 Subject: [PATCH] Add Immersive Weathering --- index.toml | 10 ++++++++++ mods/immersive-weathering.pw.toml | 13 +++++++++++++ mods/moonlight.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 mods/immersive-weathering.pw.toml create mode 100644 mods/moonlight.pw.toml diff --git a/index.toml b/index.toml index 82f2dfd..3ea5f4e 100644 --- a/index.toml +++ b/index.toml @@ -130,6 +130,11 @@ file = "mods/immersive-paintings.pw.toml" hash = "594134d837f6eeec1475b436713ddc56066bde03efdbcbc14d15498033592d17" metafile = true +[[files]] +file = "mods/immersive-weathering.pw.toml" +hash = "c1b5c4e32953b35fed5caf375451543fa3315385b956cf9cb49dcb032e972fb6" +metafile = true + [[files]] file = "mods/immersiveportals.pw.toml" hash = "bd8506be42948470dc2ba19c93652f89345666c6a9e9a9f9fc97442bb6788ace" @@ -175,6 +180,11 @@ file = "mods/macaws-bridges.pw.toml" hash = "0932c8ad1a859145b09e4814bb1b2d18d872a4c819f659c55b6433548fde0ac7" metafile = true +[[files]] +file = "mods/moonlight.pw.toml" +hash = "50494c04a20e65d378e519e171e5284a082b268a6248f15e7804d4677fa5fa94" +metafile = true + [[files]] file = "mods/mouse-tweaks.pw.toml" hash = "5498b1db0081867fce31ca1eea88a224565b3142205a8d0082e8b1761faeeefd" diff --git a/mods/immersive-weathering.pw.toml b/mods/immersive-weathering.pw.toml new file mode 100644 index 0000000..35798d3 --- /dev/null +++ b/mods/immersive-weathering.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Weathering" +filename = "immersive_weathering-1.20.1-2.0.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jkskOO9i/versions/qa75J3ea/immersive_weathering-1.20.1-2.0.1-fabric.jar" +hash-format = "sha1" +hash = "eb421ee09d26ac1e6045a9e01a6e446de5826c38" + +[update] +[update.modrinth] +mod-id = "jkskOO9i" +version = "qa75J3ea" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml new file mode 100644 index 0000000..b7eda86 --- /dev/null +++ b/mods/moonlight.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.20-2.11.0-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/unsnRxp1/moonlight-1.20-2.11.0-fabric.jar" +hash-format = "sha1" +hash = "6502d10abdcaf79a88a6a85e263dafb345e098f3" + +[update] +[update.modrinth] +mod-id = "twkfQtEc" +version = "unsnRxp1" diff --git a/pack.toml b/pack.toml index f869af3..1f51665 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Marchcraft Packwiz" author = "TD" -version = "1.3.0" +version = "1.3.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2c7e2fa4b9848f7b567bc289203251e2f9add65b1aefcfa19b3aff6b8eb9b9f9" +hash = "7f0aca29ff01d057d47fb9617e88f59114662ed80eb759ae062d559e7ff42485" [versions] fabric = "0.15.7"