lodecraft/client
(WIP) A Java Edition-compatible unofficial Minecraft client
An unofficial Java Edition-compatible Minecraft client created from scratch.
TODO
To build the Lodecraft client, you just need:
# Clone the source code to your machine
git clone https://github.com/terraquad/lodecraft_client.git
cd lodecraft_client
# Build the client
zig build --release=fast -Dship # For a release build
zig build --release=safe # For a development build
# For more options, see: zig build -h
The build is located in zig-out/bin
. When moving it to a different location, copy the entire directory and not just the executable.
To run it, open lodecraft_client[.exe]
.
TODO