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 } }