add trade-cycling

This commit is contained in:
Mara Wörle 2025-07-11 15:36:55 +02:00
parent 853d8dd29b
commit e36af0521a
4 changed files with 23 additions and 1 deletions

View file

@ -20,6 +20,10 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted
## Release Notes ## Release Notes
### v1.5.3
- add trade cycling
### v1.5.2 ### v1.5.2
- add a space before the `meow~` for nekos to make messages more readable - add a space before the `meow~` for nekos to make messages more readable

View file

@ -571,6 +571,11 @@ file = "mods/tonekomod.pw.toml"
hash = "69df517155e806bdd61cc85bcaad72545c877d80c332abf45d43aca1446eddc4" hash = "69df517155e806bdd61cc85bcaad72545c877d80c332abf45d43aca1446eddc4"
metafile = true metafile = true
[[files]]
file = "mods/trade-cycling.pw.toml"
hash = "df71b5d7427e9a508e9f298b5cdec84aa8c4fcb584beb0d16d86efb9d47b3bcd"
metafile = true
[[files]] [[files]]
file = "mods/travelersbackpack.pw.toml" file = "mods/travelersbackpack.pw.toml"
hash = "736c973b73d145aac2728acf181a18bd39a4b0126cfead47345d22a72c0898ce" hash = "736c973b73d145aac2728acf181a18bd39a4b0126cfead47345d22a72c0898ce"

View file

@ -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"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "fbc97871b62e6bd74c2d8445ffae71a4fce10a44e19e4487e46c2dc6eebf451b" hash = "91dbc7dc46d7c3c4c569dc28020c366029f0b613d6b16f37f1a9f7ec47870291"
[versions] [versions]
fabric = "0.16.14" fabric = "0.16.14"