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
+3-8
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,15 @@
1
1
# ModMenu
2
-
~~Hard to be more descriptive than that.~~ It enriches the standard Minecraft menu with an interface displaying a one-dimensional array of modifications
3
-
4
-
5
-
6
-
A picture's worth 2 words
2
+
Enriches the standard Minecraft menu with an interface displaying a one-dimensional array of modifications
7
3
8
4

9
5
10
6
### Developers:
11
7
- Mod Menu is on maven at: https://maven.fabricmc.net/io/github/prospector/modmenu/
12
8
- The icon comes from the icon specified in your fabric.mod.json (as per the spec)
13
-
-Clientside-only and API badges are defined as custom objects in your fabric.mod.json as such:
9
+
- API badges are defined as custom objects in your fabric.mod.json as such:
14
10
```json
15
11
"custom": {
16
-
"modmenu:api": true,
17
-
"modmenu:clientsideOnly": true
12
+
"modmenu:api": true
18
13
}
19
14
```
20
15
- 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':
0 commit comments