Minecraft LCE’s Best Modloader!
Find a file
Soda Can 94999b1812 edited sdk to add new function: GetPlayerX, GetPlayerY, GetPlayerZ and GetPlayerPos
Call GetPlayerPos like this and get output

PlayerPos pos = SDK::GetPlayerPos();
SDK::Log(L"X: " + std::to_wstring(pos.x));
SDK::Log(L"Y: " + std::to_wstring(pos.y));
SDK::Log(L"Z: " + std::to_wstring(pos.z));

Call GetPlayerX or Y or Z like this and get output

double x = SDK::GetPlayerX();
double y = SDK::GetPlayerY();
double z = SDK::GetPlayerZ();
2026-03-10 15:04:38 +11:00
cmake jhkzdjhrisdk 2026-03-09 16:37:23 +11:00
Minecraft.Client edited sdk to add new function: GetPlayerX, GetPlayerY, GetPlayerZ and GetPlayerPos 2026-03-10 15:04:38 +11:00
Minecraft.World jhkzdjhrisdk 2026-03-09 16:37:23 +11:00
x64 jhkzdjhrisdk 2026-03-09 16:37:23 +11:00
.gitignore edited sdk to add new function: GetPlayerX, GetPlayerY, GetPlayerZ and GetPlayerPos 2026-03-10 15:04:38 +11:00
CMakeLists.txt jhkzdjhrisdk 2026-03-09 16:37:23 +11:00
COMPILE.md jhkzdjhrisdk 2026-03-09 16:37:23 +11:00
MinecraftConsoles.sdf jhkzdjhrisdk 2026-03-09 16:37:23 +11:00
MinecraftConsoles.sln jhkzdjhrisdk 2026-03-09 16:37:23 +11:00
MinecraftConsoles.v11.suo jhkzdjhrisdk 2026-03-09 16:37:23 +11:00
README.md Update README with greeting and resource links 2026-03-09 07:05:17 +11:00

Faucet

Minecraft LCEs Best Modloader!

Hello people from minecraftlegacy.com! The source code will br in here in like 8 hours but here is a build and the docs for you to look at https://ytsodacan.github.io/FaucetDocs https://github.com/ytsodacan/FaucetBuilds/releases/tag/build