From 43338347b4d31c4b35a60eb5d04a9e723e97b27f Mon Sep 17 00:00:00 2001 From: SillyProotSoda <103301261+ytsodacan@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:31:29 +1100 Subject: [PATCH] Update library references in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4072eb98..1bc2904e 100644 --- a/README.md +++ b/README.md @@ -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).