From db270a9695c2ceaace77279d88ea059114d2ea92 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Thu, 11 Jun 2026 01:23:40 +0200 Subject: [PATCH] =?UTF-8?q?fix(mods):=20mark=20cwb=20(Cubes=20Without=20Bo?= =?UTF-8?q?rders)=20client=20=E2=80=94=20crashes=20dedicated=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cwb declares @Mod(dist=CLIENT); classify-mods.py read its toml side as BOTH (the dist annotation isn't in the manifest), so it synced to the server and RuntimeDistCleaner FATAL'd on CubesWithoutBordersImpl. Flip to client so sync drops it. Co-Authored-By: Claude Opus 4.8 --- mods-sides.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods-sides.json b/mods-sides.json index f98d26a..1421389 100644 --- a/mods-sides.json +++ b/mods-sides.json @@ -63,7 +63,7 @@ "createtransmission-1.2.1+neoforge-create6-1.21.1.jar": "both", "createultimine-1.21.1-neoforge-1.3.2.jar": "both", "curios-neoforge-9.5.1+1.21.1.jar": "both", - "cwb-neoforge-3.0.0+mc1.21.jar": "both", + "cwb-neoforge-3.0.0+mc1.21.jar": "client", "defaultoptions-neoforge-1.21.1-21.1.6.jar": "both", "drippyloadingscreen_neoforge_3.1.2_MC_1.21.1.jar": "client", "easy-piglins-neoforge-1.21.1-1.1.0.jar": "both",