Skip to content

Commit 164b300

Browse files
Madis0Prospector
authored andcommittedNov 11, 2020
Update README.md
1 parent 6b964ec commit 164b300

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
 

‎README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
# 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
73

84
![](https://i.imgur.com/JKEatou.png "Mod Menu")
95

106
### Developers:
117
- Mod Menu is on maven at: https://maven.fabricmc.net/io/github/prospector/modmenu/
128
- 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:
1410
```json
1511
"custom": {
16-
"modmenu:api": true,
17-
"modmenu:clientsideOnly": true
12+
"modmenu:api": true
1813
}
1914
```
2015
- 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

Comments
 (0)