- Fixed multiplayer
- Added a direct connect option
- Ported to SDL3
- Added the CMake build system
- Added a userame field
nix develop
cmake -B build -G Ninja -DBUILD_WITH_NIX=ON
cmake --build build
# Start the server
./build/mcpe_dedicated
# Start the client
./build/mcpe_sdl3