Update README.md

This commit is contained in:
Daniel
2026-03-03 19:01:11 -06:00
committed by GitHub
parent f2305e42bf
commit 1151cc54bb

View File

@@ -21,7 +21,9 @@ void minecraft_mod(Minecraft* minecraft) {
}
```
Create a thread and include ANYTHING from ../Minecraft/Client, and manipulate anything under the Minecraft class or it's members.
Create a thread and include ANYTHING from ../Minecraft.Client/, and manipulate anything under the Minecraft class or it's members inside the new thread.
Post init stuff can be done before the thread, but you should read the code to understand it's limitations at this stage.
You will need to use the same compiler to compile the mod as you compiled the fork.