From afc568691574cec7308f7c86a2a7e5be60d189d2 Mon Sep 17 00:00:00 2001 From: Sollace Date: Mon, 9 Dec 2019 10:50:36 +0200 Subject: [PATCH] Disable the entrypoint so things don't crash --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ca37cdf7..73ae6616 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,7 +19,7 @@ "client": [ "com.minelittlepony.client.MineLittlePony" ], - "modmenu": [ + "__disabled__modmenu": [ "com.minelittlepony.client.modmenu.MineLPModMenuFactory" ] },