From 966271a5de2c738a8f1d6fdd1c20237338b733df Mon Sep 17 00:00:00 2001 From: Astreaprtcl Date: Mon, 25 Aug 2025 20:58:10 +0200 Subject: [PATCH] feat: add some more alcohol mods --- index.toml | 40 +++++++++++++++++++++++++++++++ mods/do-api.pw.toml | 13 ++++++++++ mods/lets-do-addon-compat.pw.toml | 13 ++++++++++ mods/lets-do-bakery.pw.toml | 13 ++++++++++ mods/lets-do-beachparty.pw.toml | 13 ++++++++++ mods/lets-do-brewery.pw.toml | 13 ++++++++++ mods/lets-do-emi-compat.pw.toml | 13 ++++++++++ mods/lets-do-herbalbrews.pw.toml | 13 ++++++++++ mods/lets-do-nethervinery.pw.toml | 13 ++++++++++ pack.toml | 4 ++-- 10 files changed, 146 insertions(+), 2 deletions(-) create mode 100644 mods/do-api.pw.toml create mode 100644 mods/lets-do-addon-compat.pw.toml create mode 100644 mods/lets-do-bakery.pw.toml create mode 100644 mods/lets-do-beachparty.pw.toml create mode 100644 mods/lets-do-brewery.pw.toml create mode 100644 mods/lets-do-emi-compat.pw.toml create mode 100644 mods/lets-do-herbalbrews.pw.toml create mode 100644 mods/lets-do-nethervinery.pw.toml diff --git a/index.toml b/index.toml index 2c9dec8..f2aab2b 100644 --- a/index.toml +++ b/index.toml @@ -244,6 +244,11 @@ file = "mods/distanthorizons.pw.toml" hash = "01a9b7fc75305a132f9f95fa917928b9fe30acd6b2a90a5430f313f2cb5c3871" metafile = true +[[files]] +file = "mods/do-api.pw.toml" +hash = "076d114e25526f50fac7c7c9a6b2cf2bb19b51c7e5f42db51f6d62e603582e85" +metafile = true + [[files]] file = "mods/double-doors.pw.toml" hash = "19ed3ab7fccbb3946ce87aa84bfe6aa1bfe546bd007d447b0112e1cf114d14ee" @@ -494,6 +499,41 @@ file = "mods/lambdynamiclights.pw.toml" hash = "e727cc5823b7391db5c30bbaa3769fed77533db693011d0dc8698b0e4303b71d" metafile = true +[[files]] +file = "mods/lets-do-addon-compat.pw.toml" +hash = "187f524b1d902ceafcb2d8b6675ad9f4cd849dfbbca037777170d5c52e46af47" +metafile = true + +[[files]] +file = "mods/lets-do-bakery.pw.toml" +hash = "6e4ef29d4f259f1b797dff8b02cf49eff8500ab4824412a3b49dd158f80f2947" +metafile = true + +[[files]] +file = "mods/lets-do-beachparty.pw.toml" +hash = "f937a33a62b1be092879f27572a338696f22beb6ca7d8f5ead8e93e59ccec9a1" +metafile = true + +[[files]] +file = "mods/lets-do-brewery.pw.toml" +hash = "f3f8fd71302e5303bd119379923fe88716cb182a781871bb9db1c25fb58ef6f8" +metafile = true + +[[files]] +file = "mods/lets-do-emi-compat.pw.toml" +hash = "b9c77ce01565a321872ed9b38072e1fbdc33d7ed601bc38bf5bdf01240ed97a4" +metafile = true + +[[files]] +file = "mods/lets-do-herbalbrews.pw.toml" +hash = "f6275345ca358025bda3be46bcc29ac3f20ee04ec2e54d200a59ec96cb2630e5" +metafile = true + +[[files]] +file = "mods/lets-do-nethervinery.pw.toml" +hash = "ae6b88b4e3d862cf10118b54d294f4cb9750062027271ad0547eea22e2e3cda2" +metafile = true + [[files]] file = "mods/lets-do-vinery.pw.toml" hash = "22e8d23931e014fafd6d6e050f0211490fc240ef64ee5dbbb3e0700964418c3f" diff --git a/mods/do-api.pw.toml b/mods/do-api.pw.toml new file mode 100644 index 0000000..7a8e621 --- /dev/null +++ b/mods/do-api.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] API" +filename = "letsdo-API-fabric-1.2.15-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4XJZeZbM/versions/kD7KNe4P/letsdo-API-fabric-1.2.15-fabric.jar" +hash-format = "sha512" +hash = "b518a36a7bbbc0d033e3e989a0c2acbfce2ed0b68c3a738b66f2ce544f8693020046cfbadf7b4ee4d855b557c5768073ec18d6f2dbe16825b715c607ec685b0a" + +[update] +[update.modrinth] +mod-id = "4XJZeZbM" +version = "kD7KNe4P" diff --git a/mods/lets-do-addon-compat.pw.toml b/mods/lets-do-addon-compat.pw.toml new file mode 100644 index 0000000..b8d6d96 --- /dev/null +++ b/mods/lets-do-addon-compat.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do Addon] Compat" +filename = "letsdocompat-fabric-2.2.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FNi5IMiX/versions/mNZaKLS0/letsdocompat-fabric-2.2.3.jar" +hash-format = "sha512" +hash = "8cff987eaace2e6f735a17acdd08b7150ec21104eb0e7b1d29af15c708271bde81d2e231ca30d09d869f7e6296772023ba9d78a0c28b2278862feafbe8e6d4f5" + +[update] +[update.modrinth] +mod-id = "FNi5IMiX" +version = "mNZaKLS0" diff --git a/mods/lets-do-bakery.pw.toml b/mods/lets-do-bakery.pw.toml new file mode 100644 index 0000000..0162c40 --- /dev/null +++ b/mods/lets-do-bakery.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy: [Let's Do] Bakery" +filename = "letsdo-bakery-fabric-1.1.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WFwYiVoG/versions/Fywe1lBT/letsdo-bakery-fabric-1.1.15.jar" +hash-format = "sha512" +hash = "c66a30ca9c3d2ad3808bfb0b9e2258b2b7f417c9231fbaf95f8daa631331319dc5df2b47a14ebf0629b86599ffd2d9963a7436140d4336c0188ba9838199cdec" + +[update] +[update.modrinth] +mod-id = "WFwYiVoG" +version = "Fywe1lBT" diff --git a/mods/lets-do-beachparty.pw.toml b/mods/lets-do-beachparty.pw.toml new file mode 100644 index 0000000..6195834 --- /dev/null +++ b/mods/lets-do-beachparty.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] Beachparty" +filename = "letsdo-beachparty-fabric-2.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GyKzAh3l/versions/lTdx0SHO/letsdo-beachparty-fabric-2.0.3.jar" +hash-format = "sha512" +hash = "d5f2231bac4df2354e5ef13e82a12f61f3ba9f7f856f1faf0c97d2c6491c6ec90949a3f81f34e7c25264d147f4aede94411e70525a49e6eeaef9a673a8881cd6" + +[update] +[update.modrinth] +mod-id = "GyKzAh3l" +version = "lTdx0SHO" diff --git a/mods/lets-do-brewery.pw.toml b/mods/lets-do-brewery.pw.toml new file mode 100644 index 0000000..3596248 --- /dev/null +++ b/mods/lets-do-brewery.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy: [Let's Do] Brewery" +filename = "letsdo-brewery-fabric-1.1.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cV5LQXKx/versions/bNIWDoVP/letsdo-brewery-fabric-1.1.9.jar" +hash-format = "sha512" +hash = "483b18a1af48290ebfe9a310711e30d099c9d7814875567683c085fbb50f8088bc3fafceb412af1ec4c34b84fdd5ef530bbae41ea4cc8dfa2285c6419416bc47" + +[update] +[update.modrinth] +mod-id = "cV5LQXKx" +version = "bNIWDoVP" diff --git a/mods/lets-do-emi-compat.pw.toml b/mods/lets-do-emi-compat.pw.toml new file mode 100644 index 0000000..7c41157 --- /dev/null +++ b/mods/lets-do-emi-compat.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do Addon] EMI Compat" +filename = "emi-letsdo-compat-1.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/k6hi4lMv/versions/3hv8aRHr/emi-letsdo-compat-1.7.jar" +hash-format = "sha512" +hash = "03a4e1f9e025d03da9651b55a9a407adf9e0a063740dbbe44a4e902a8df22a51bcc1835029dcbbd532dd12ef46a1cc2a22399dd14849127f463189ba04dbda7d" + +[update] +[update.modrinth] +mod-id = "k6hi4lMv" +version = "3hv8aRHr" diff --git a/mods/lets-do-herbalbrews.pw.toml b/mods/lets-do-herbalbrews.pw.toml new file mode 100644 index 0000000..985d126 --- /dev/null +++ b/mods/lets-do-herbalbrews.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] HerbalBrews" +filename = "letsdo-herbalbrews-fabric-1.0.12.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Eh11TaTm/versions/txZ8qKXK/letsdo-herbalbrews-fabric-1.0.12.jar" +hash-format = "sha512" +hash = "c3517c065c22d6117b80bed8f135cef068319dea79a21873733c4bf2679571675363e277601d8fbffbf0b7b96427f4fc7951d2812053e99e45a9f9ac483c0d08" + +[update] +[update.modrinth] +mod-id = "Eh11TaTm" +version = "txZ8qKXK" diff --git a/mods/lets-do-nethervinery.pw.toml b/mods/lets-do-nethervinery.pw.toml new file mode 100644 index 0000000..d6b8cb1 --- /dev/null +++ b/mods/lets-do-nethervinery.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] NetherVinery" +filename = "letsdo-nethervinery-fabric-1.2.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4TTDxtOx/versions/4M0Gv3T4/letsdo-nethervinery-fabric-1.2.19.jar" +hash-format = "sha512" +hash = "4db4118f495d1e31c00f63522edf1935d161f71b43d58490738ee4d08180f6443bc33dfade161754a194a4f0bec1e21e658a145db37863cbba22963708b9b723" + +[update] +[update.modrinth] +mod-id = "4TTDxtOx" +version = "4M0Gv3T4" diff --git a/pack.toml b/pack.toml index 51f7f5b..762602f 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Linuxcraft" author = "Astreaprtcl" -version = "v1.11.2" +version = "v1.12.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a37991c33184c41cef05c6109cd42b75314495b6fff674e8208cd1a95a3beb2d" +hash = "99624615669736998fc04176aa5069b84406cea9239330b875ce33f8427845a6" [versions] fabric = "0.16.14"