From 6fbad1c4e2ed2e62c3d55f43cd274dfbd1f76cce Mon Sep 17 00:00:00 2001 From: orangeman Date: Thu, 17 Jul 2025 16:20:32 -0400 Subject: [PATCH] make addons show under meteor client in mod menu --- src/main/resources/fabric.mod.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c789627..1468432 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,7 +21,12 @@ "addon-template.mixins.json" ], "custom": { - "meteor-client:color": "225,25,25" + "meteor-client:color": "225,25,25", + "modmenu": { + "parent": { + "id": "meteor-client" + } + } }, "depends": { "java": ">=21",