From 0b098ae06e54dca2382d2c8f9784b23821bb417a Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Thu, 11 Jun 2026 01:26:24 +0200 Subject: [PATCH] =?UTF-8?q?fix(mods):=20mark=20WaterMedia=20stack=20client?= =?UTF-8?q?=20=E2=80=94=20refuses=20dedicated=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit watermedia throws IllegalEnvironmentException on server-side ("keep it on client"). Its natives (wm_binaries) and dependents (watervision, waterframes) are client-render media mods too — flip all four to client so sync drops them. Co-Authored-By: Claude Opus 4.8 --- mods-sides.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods-sides.json b/mods-sides.json index 1421389..31b87d9 100644 --- a/mods-sides.json +++ b/mods-sides.json @@ -127,11 +127,11 @@ "txnilib-neoforge-1.0.24-1.21.1.jar": "both", "utilitarian-1.21.1-0.19.2.jar": "both", "voicechat-neoforge-1.21.1-2.6.18.jar": "both", - "waterframes-NEOFORGE-mc1.21.1-v2.1.23.jar": "both", - "watermedia-2.1.37.jar": "both", - "watervision-NF-mc1.21.1-v0.1.0-alpha.jar": "both", + "waterframes-NEOFORGE-mc1.21.1-v2.1.23.jar": "client", + "watermedia-2.1.37.jar": "client", + "watervision-NF-mc1.21.1-v0.1.0-alpha.jar": "client", "welcomescreen-neoforge-1.0.0-1.21.1.jar": "client", - "wm_binaries-3.0.0-rc.1.jar": "both", + "wm_binaries-3.0.0-rc.1.jar": "client", "yeetusexperimentus-neoforge-87.0.0.jar": "client", "yet_another_config_lib_v3-3.8.2+1.21.1-neoforge.jar": "both" }