From 688a35c1de14a0a033202067e431ec2d613cc524 Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Date: Sat, 13 Nov 2021 18:07:27 -0300 Subject: [PATCH] Remove deprecated modmenu:clientsideOnly Update to latest ModMenu API, eliminating a deprecation warning to maintain future-proof compatibility: `WARNING! Mod lightoverlay is only using deprecated 'modmenu:clientsideOnly' custom value! This is no longer needed and will be removed in 1.18 snapshots` As per [ModMenu API](https://github.com/TerraformersMC/ModMenu/wiki/API): > There are more badges, such as the Client badge, but this is automatically determined by the environment defined in the official `fabric.mod.json` metadata --- fabric/src/main/resources/fabric.mod.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 504209a..6d2216c 100755 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -27,9 +27,6 @@ "lightoverlay.mixins.json" ], "accessWidener": "lightoverlay.accesswidener", - "custom": { - "modmenu:clientsideOnly": true - }, "depends": { "fabric": ">=0.29.1", "architectury": ">=2-",