From 5305352b773a9eb23259b97108ce3e939839f3fa Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Thu, 20 Jun 2019 18:42:32 +0200 Subject: [PATCH] [1.14] Mark mod as client-side-only in ModMenu --- src/main/resources/fabric.mod.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f8c4db2c..52c3bc57 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,5 +37,9 @@ "requires": { "fabricloader": ">=0.4.0", "fabric": ">=0.2.0" + }, + + "custom": { + "modmenu:clientsideOnly": true } }