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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,9 @@ Up to 20 buttons are currently supported! More are planned.
19
19
20
20
### How It Works
21
21
The list of commands are serialized into a JSON format and stored locally on the users’ systems. The mod writes any new commands into the JSON as new buttons are created, and loads the JSON at the start of the game. A local list instance exists for reading and loading the buttons each time, so that file reading is kept to a minimum.
22
+
23
+
## Development
24
+
25
+
### Mappings
26
+
27
+
We are using the **Mojang official** mappings to de-obfuscate Minecraft and insert patches.
0 commit comments