From 5915debdcbdf334bf9f692fa5dce335fd4fe2c93 Mon Sep 17 00:00:00 2001 From: Yonah Date: Sun, 2 Aug 2026 23:01:00 +0900 Subject: [PATCH] mods: add trade-cycling Requested by neko. --- index.toml | 5 +++++ mods/trade-cycling.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/trade-cycling.pw.toml diff --git a/index.toml b/index.toml index 5c52178..73f885a 100644 --- a/index.toml +++ b/index.toml @@ -869,6 +869,11 @@ file = "mods/towntalk.pw.toml" hash = "c88edd4190fa58547a853dc3307aab7b3f1379ef6264cfb098b3be746caf5c13" metafile = true +[[files]] +file = "mods/trade-cycling.pw.toml" +hash = "1ce973c231d9d6a7e788f5a2eb0797a0f5b8beef318d70f97931309ff7ef9abe" +metafile = true + [[files]] file = "mods/trash-cans.pw.toml" hash = "4b683a903ad0e496d242b87cd81012039d0e8e35891c1e515b0423cb7de836a8" diff --git a/mods/trade-cycling.pw.toml b/mods/trade-cycling.pw.toml new file mode 100644 index 0000000..eb67fbc --- /dev/null +++ b/mods/trade-cycling.pw.toml @@ -0,0 +1,13 @@ +name = "Trade Cycling" +filename = "trade-cycling-neoforge-1.21.1-1.0.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qpPoAL6m/versions/Dy7xxXr3/trade-cycling-neoforge-1.21.1-1.0.18.jar" +hash-format = "sha512" +hash = "cd839b97ddcf48ac899c4ecef363f02668abbf18cf2d77823d346f3dacce09f24532636f8de712d8d5ed959cc0b26db23cb98f8837d141731e79c647bd953682" + +[update] +[update.modrinth] +mod-id = "qpPoAL6m" +version = "Dy7xxXr3" diff --git a/pack.toml b/pack.toml index bdcc1c1..82a6089 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 = "c3fd0d523d72b90f3f1697755b087549846a203b6099c4dcfdd0d57c5d699e9d" +hash = "ff5370d502490c71cff1d705ad35ea687c84001c5c62ba930df0dfe0763df2eb" [versions] minecraft = "1.21.1"