From e36af0521aa36e9066015fbd771af5da13a4101b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mara=20W=C3=B6rle?= Date: Fri, 11 Jul 2025 15:36:55 +0200 Subject: [PATCH] add trade-cycling --- README.md | 4 ++++ index.toml | 5 +++++ mods/trade-cycling.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 mods/trade-cycling.pw.toml diff --git a/README.md b/README.md index dec8c33..3b9ec12 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted ## Release Notes +### v1.5.3 + +- add trade cycling + ### v1.5.2 - add a space before the `meow~` for nekos to make messages more readable diff --git a/index.toml b/index.toml index d8440e3..20971f8 100644 --- a/index.toml +++ b/index.toml @@ -571,6 +571,11 @@ file = "mods/tonekomod.pw.toml" hash = "69df517155e806bdd61cc85bcaad72545c877d80c332abf45d43aca1446eddc4" metafile = true +[[files]] +file = "mods/trade-cycling.pw.toml" +hash = "df71b5d7427e9a508e9f298b5cdec84aa8c4fcb584beb0d16d86efb9d47b3bcd" +metafile = true + [[files]] file = "mods/travelersbackpack.pw.toml" hash = "736c973b73d145aac2728acf181a18bd39a4b0126cfead47345d22a72c0898ce" diff --git a/mods/trade-cycling.pw.toml b/mods/trade-cycling.pw.toml new file mode 100644 index 0000000..fb6edab --- /dev/null +++ b/mods/trade-cycling.pw.toml @@ -0,0 +1,13 @@ +name = "Trade Cycling" +filename = "trade-cycling-fabric-1.20.1-1.0.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qpPoAL6m/versions/oKfFaQGY/trade-cycling-fabric-1.20.1-1.0.18.jar" +hash-format = "sha512" +hash = "e2b7949a66c6c1adecea8ce5eace8e96758c5d1c20350ff47d9a55f8e69b678debdc778414ee20f0b2444008c26666d4edc15bcc90934fced3191fa9c9db927c" + +[update] +[update.modrinth] +mod-id = "qpPoAL6m" +version = "oKfFaQGY" diff --git a/pack.toml b/pack.toml index 5da09c8..6c5e3c6 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 = "fbc97871b62e6bd74c2d8445ffae71a4fce10a44e19e4487e46c2dc6eebf451b" +hash = "91dbc7dc46d7c3c4c569dc28020c366029f0b613d6b16f37f1a9f7ec47870291" [versions] fabric = "0.16.14"