You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ A picture's worth 2 words
17
17
"modmenu:clientsideOnly": true
18
18
}
19
19
```
20
+
- Mod parenting is used to display a mod as a child of another one. This is meant to be used for mods divided into different modules. The following element in a fabric.mod.json will define the mod as a child of the mod 'flamingo':
21
+
```json
22
+
"custom": {
23
+
"modmenu:parent": "flamingo"
24
+
}
25
+
```
20
26
- ModMenuAPI
21
27
- To use the API, implement the ModMenuApi interface on a class and add that as an entry point of type "modmenu" in your fabric.mod.json as such:
0 commit comments