From 6143ddc1119c49b0a7e9c6f20d80bae52669e2f3 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 22 May 2026 20:49:14 +0000 Subject: [PATCH] pack: add AppleSkin + Mouse Tweaks, bump to 0.14.0 Two client-leaning QoL mods. - AppleSkin 3.0.9: food + saturation tooltips. Modrinth side=optional both; tagged "both" so server still installs (harmless, ~75KB). - Mouse Tweaks 2.26.1: shift-drag, scroll-transfer, auto-refill, click-and- drag stacking in inventory UI. Modrinth lists server=unsupported, so explicitly tagged side=client -- this is the first new mod that exercises the server-side filter from the 0.10.0 schema migration: server's sync should skip downloading it. --- pack/pack.lock.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/pack/pack.lock.json b/pack/pack.lock.json index 53e9045..bbb12aa 100644 --- a/pack/pack.lock.json +++ b/pack/pack.lock.json @@ -1,7 +1,7 @@ { "$schema": "Brass-and-Sigil pack.lock.json - generated, do not edit by hand unless you know what you are doing", "name": "Brass and Sigil", - "version": "0.13.0", + "version": "0.14.0", "minecraft": "1.21.1", "loader": { "type": "neoforge", @@ -404,6 +404,28 @@ "sha1": "9430cc2ab64ff89d698be593769fb9f9ee4efae6", "size": 3642581, "side": "both" + }, + { + "source": "modrinth", + "slug": "appleskin", + "versionId": "uAKA6Laj", + "version": "3.0.9+mc1.21", + "path": "mods/appleskin-neoforge-mc1.21-3.0.9.jar", + "url": "https://cdn.modrinth.com/data/EsAfCjCV/versions/uAKA6Laj/appleskin-neoforge-mc1.21-3.0.9.jar", + "sha1": "81cf0e668f991f83ac8820c386fbd6c9c3602246", + "size": 75804, + "side": "both" + }, + { + "source": "modrinth", + "slug": "mouse-tweaks", + "versionId": "9I21YYxf", + "version": "1.21-2.26.1-neoforge", + "path": "mods/MouseTweaks-neoforge-mc1.21-2.26.1.jar", + "url": "https://cdn.modrinth.com/data/aC3cM3Vq/versions/9I21YYxf/MouseTweaks-neoforge-mc1.21-2.26.1.jar", + "sha1": "6dae57f4f50f7808d2ed9a18f6cd1c0d4640c6bc", + "size": 73938, + "side": "client" } ], "defaultServer": { -- 2.52.0