Skip to content

Commit e4856c0

Browse files
orangemanWide-Cat
authored andcommitted
make addons show under meteor client in mod menu
1 parent d6d5b1c commit e4856c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/resources/fabric.mod.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
"addon-template.mixins.json"
2222
],
2323
"custom": {
24-
"meteor-client:color": "225,25,25"
24+
"meteor-client:color": "225,25,25",
25+
"modmenu": {
26+
"parent": {
27+
"id": "meteor-client"
28+
}
29+
}
2530
},
2631
"depends": {
2732
"java": ">=21",

0 commit comments

Comments
 (0)