Skip to content

Commit 8f91e7b

Browse files
authored
Update README.md
1 parent 855deb3 commit 8f91e7b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# ModMenu
2-
A menu for, you guessed it, mods!
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
7+
8+
![](https://i.imgur.com/q1MVV4x.png "Mod Menu")
9+
10+
Developers:
11+
- The icon comes from the icon specified in your fabric.mod.json (as per the spec)
12+
- Clientside-only and API badges are defined as custom objects in your fabric.mod.json as such:
13+
```json
14+
...
15+
"custom": {
16+
"modmenu:api": true,
17+
"modmenu:clientsideOnly": true
18+
}
19+
```

0 commit comments

Comments
 (0)