From d2981d1258c723622682376a96fb4af626174419 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 24 Dec 2025 17:45:41 -0500 Subject: [PATCH] Block loading Moonrise on Quilt Currently Moonrise will cause the game to crash when generating a world. --- fabric/src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 0320f9c..4006d35 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -16,7 +16,8 @@ "breaks": { "notenoughcrashes": "*", "starlight": "*", - "c2me": "*" + "c2me": "*", + "quilt_loader": "*" }, "license": "GPL-3.0-only", "icon": "assets/moonrise/icon.png",