Update library references in README.md

This commit is contained in:
SillyProotSoda 2026-03-10 15:31:29 +11:00 committed by GitHub
parent 40aea3e780
commit 43338347b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).