From 28d51c529bb136a1e49d3724fd0ff28cded9de4e Mon Sep 17 00:00:00 2001 From: Yonah Date: Fri, 14 Nov 2025 02:26:22 +0900 Subject: [PATCH] mods:: add appleskin This has to be present on the server to display saturation. --- index.toml | 5 +++++ mods/appleskin.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/appleskin.pw.toml diff --git a/index.toml b/index.toml index affb46f..0dc82ee 100644 --- a/index.toml +++ b/index.toml @@ -137,6 +137,11 @@ hash = "1ecddc095df30c82076c725e42fb9587acf2cf53351767231fbdc8a1659f5f5f" file = "config/yosbr/servers.dat" hash = "01d7298f439377ad31d6715cd45b9fbaee2a3ee785c5cf13f487b4997eb1acbc" +[[files]] +file = "mods/appleskin.pw.toml" +hash = "1fc1e482945dff68e6aab34b22d61d054a6177869408ed4af3fef6117a33faab" +metafile = true + [[files]] file = "mods/badoptimizations.pw.toml" hash = "c08dc994f8c76e87c1b59a20ea5a5a8ae0a18116c5fdd687afbbac9b4787939d" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..4ea0e6a --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-fabric-mc1.21.9-3.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/8sbiz1lS/appleskin-fabric-mc1.21.9-3.0.7.jar" +hash-format = "sha512" +hash = "79d0d0b4a09140cdb7cf74b1cd71554147c60648beb485ca647b149174e171660ec561ad329da58b78b5de439909b180e287b4b38bf068acfca20666100f4584" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "8sbiz1lS" diff --git a/pack.toml b/pack.toml index 3246f52..2951181 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 = "cdd1489a223d8363c90dcdeee2d8dd69b35ff15bc2ea8c6b69baed2bddff6b96" +hash = "68479dbc3967c6989a475a46a4157fd741924337dd94623defb4d7a130d3b930" [versions] fabric = "0.17.3"