Skip to content

Commit d524666

Browse files
authoredJun 1, 2019
Update README.md
1 parent 61e7eb6 commit d524666

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ A picture's worth 2 words
1717
"modmenu:clientsideOnly": true
1818
}
1919
```
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+
```
2026
- ModMenuAPI
2127
- 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:
2228
```json

0 commit comments

Comments
 (0)
Please sign in to comment.