From 69871c8a93005e5165c05c10e8c4f95b71cc8719 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Mon, 22 Jun 2026 23:36:03 +0200 Subject: [PATCH] =?UTF-8?q?fix(mods):=20drop=20rechiseled=20from=20server?= =?UTF-8?q?=20=E2=80=94=20wrong=20MC=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rechiseled-1.2.5-neoforge-mc1.21.11.jar targets Minecraft 1.21.11 / NeoForge 21.11, not this server's 1.21.1 / 21.1.233. As `both` it crashed the server at pre-load (FATAL ModLoader: requires minecraft 1.21.11). Mark `client` to exclude it from server-mods so the server boots. NOTE: the jar is still wrong-version for clients too (same gate) — it must be removed from / replaced in the distribution to be usable at all. Co-Authored-By: Claude Opus 4.8 (1M context) --- mods-sides.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods-sides.json b/mods-sides.json index 7a603c3..b7ab82b 100644 --- a/mods-sides.json +++ b/mods-sides.json @@ -120,7 +120,7 @@ "moreoverlays-1.24.2-mc1.21.1-neoforge.jar": "client", "polymorph-neoforge-1.1.0+1.21.1.jar": "both", "ponderjs-neoforge-1.21.1-2.4.0.jar": "client", - "rechiseled-1.2.5-neoforge-mc1.21.11.jar": "both", + "rechiseled-1.2.5-neoforge-mc1.21.11.jar": "client", "resourcefullib-neoforge-1.21-3.0.12.jar": "both", "rhino-2101.2.7-build.85.jar": "both", "rightclickharvest-neoforge-4.6.1+1.21.1.jar": "both",