Skip to content

Commit 9c98e57

Browse files
Update README.md
1 parent 37a9348 commit 9c98e57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ If there is significant demand, support for additional versions and loaders may
1717

1818
## Developer Usage
1919

20+
It is recommended to read over the [FAQ](https://github.com/HypixelDev/ModAPI/wiki/FAQ) on the GitHub Wiki before implementing the Mod API.
21+
2022
For using the Mod API you will need to add it as a dependency to your project. This can be done via the public
2123
Hypixel Maven repository.
2224

@@ -109,4 +111,4 @@ Registering for an event packet is only required one time during the Minecraft c
109111
event packets at anytime, including in your mod initialization code before the player has connected.
110112

111113
The implementation of the Mod API will automatically notify the server of any registered events when receiving
112-
the `ClientboundHelloPacket`.
114+
the `ClientboundHelloPacket`.

0 commit comments

Comments
 (0)