Clarify build instructions in more detail

This commit is contained in:
Daniel
2026-03-03 20:57:07 -06:00
committed by GitHub
parent 6650c1fcf9
commit 9b0b84a99a

View File

@@ -27,7 +27,7 @@ Create a thread and include ANYTHING from ../Minecraft.Client/, and manipulate a
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.
You will need to use the same compiler to compile the mod as you compiled the fork to compile a library (DLL file), and place it in MINECRAFT_DIR/mods/
Still working on a cleaned up interface