This commit is contained in:
Mateusz Słodkowicz 2026-05-31 10:20:01 +02:00
parent 8b6419b560
commit 2b651132f0
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
3 changed files with 19 additions and 1 deletions

View File

@ -14,6 +14,11 @@ file = "mods/appleskin.pw.toml"
hash = "2d3b1944bc7916b8e57460d7eb342c73566e15393ddb6483c71f2336bab6200c" hash = "2d3b1944bc7916b8e57460d7eb342c73566e15393ddb6483c71f2336bab6200c"
metafile = true metafile = true
[[files]]
file = "mods/autoswitch.pw.toml"
hash = "80781257e87a8adc85e4f5a1a7b844ea697afe9098d110f6e23f179ac063ed63"
metafile = true
[[files]] [[files]]
file = "mods/better-advancements.pw.toml" file = "mods/better-advancements.pw.toml"
hash = "c13bee6510bf6add2e11ff5a3d0cd54c20643a742a99859276d0ad18500698dc" hash = "c13bee6510bf6add2e11ff5a3d0cd54c20643a742a99859276d0ad18500698dc"

13
mods/autoswitch.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "AutoSwitch"
filename = "autoswitch-fabric-15.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/uSdcnlts/versions/o2uNMbYi/autoswitch-fabric-15.0.1.jar"
hash-format = "sha512"
hash = "c89f5e617276e760db4eb7dce465f00c0bee9165ba38faf69e7a0f97e0706351f3d9087c3f033739503f1fbb44d7f94cc50a9a8cb90c67af4d27a16ad6fce249"
[update]
[update.modrinth]
mod-id = "uSdcnlts"
version = "o2uNMbYi"

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 = "24e84242a9df26e0bc315c5f4db95a0fb647972764f14d5698c7c1f1a50df7de" hash = "8a2b97dff0e448e4a8ac8e5c484bd469800c47b1201d38b50fc6b3f669e7e24e"
[versions] [versions]
fabric = "0.19.2" fabric = "0.19.2"