mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-23 07:28:07 +00:00
Update library references in README.md
This commit is contained in:
parent
40aea3e780
commit
43338347b4
|
|
@ -31,10 +31,10 @@ Faucet lets you load custom DLL mods into Minecraft Legacy Console Edition using
|
|||
- `IMod.h`
|
||||
- `SDK.h`
|
||||
- `ModExport.h`
|
||||
- `Minecraft.Client.lib`
|
||||
- `Faucet.lib`
|
||||
3. In your project properties:
|
||||
- **C/C++ → Additional Include Directories**: add `$(ProjectDir)`
|
||||
- **Linker → Input → Additional Dependencies**: add `Minecraft.Client.lib`
|
||||
- **Linker → Input → Additional Dependencies**: add `Faucet.lib`
|
||||
- **Linker → General → Additional Library Directories**: add `$(ProjectDir)`
|
||||
4. Remove `dllmain.cpp` from the project (right-click → Remove in Solution Explorer).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue