diff options
| author | Felix Perktold <> | 2026-08-20 11:59:36 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-08-20 11:59:36 +0000 |
| commit | 19be73698f066a3dd007f8131aa5e0449dcfa611 (patch) | |
| tree | c003b6035fbab0afac51cd689b126ff6b2b35886 | |
| parent | bf35ec134a675430051ce5fc5cf5c40cfd28f40e (diff) | |
try add colorwheel for sodium / crate compat
| -rw-r--r-- | index.toml | 5 | ||||
| -rw-r--r-- | mods/colorwheel.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -540,6 +540,11 @@ hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" metafile = true [[files]] +file = "mods/colorwheel.pw.toml" +hash = "2f1743f316487b9ffb9bd2323c0b6542dba1c5231479095bfa2296624738155f" +metafile = true + +[[files]] file = "mods/comforts.pw.toml" hash = "b4fdf52d53ab71bf73282c5168e9526b6024740d82388d604d6947394e3c7f7f" metafile = true diff --git a/mods/colorwheel.pw.toml b/mods/colorwheel.pw.toml new file mode 100644 index 0000000..a05a5c6 --- /dev/null +++ b/mods/colorwheel.pw.toml @@ -0,0 +1,13 @@ +name = "Colorwheel" +filename = "colorwheel-fabric-1.2.9+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BzHgFoGz/versions/snPKMy5b/colorwheel-fabric-1.2.9%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "2ad7c8a40894d781adebe7b87a10c6274b39663f99a637a61452a5f02adffb8baa90852917437f1bf37361df3c410a793bda9d42f70c3b911444729039e0d747" + +[update] +[update.modrinth] +mod-id = "BzHgFoGz" +version = "snPKMy5b" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "25e47473b22973c471d3a89e53633833bb948cc1d8dae7889c008f4ec2ac2425" +hash = "07782ee49d041501efbdf28c0d2e81f2b9df17c52fbe2a582adcd21629d86094" [versions] fabric = "0.19.3" |
