Skip to content

Inital Release

Choose a tag to compare

@vimpop vimpop released this 22 Sep 21:25
· 52 commits to main since this release
2c42de5

UCraft is a minimal Minecraft server in C designed for low-resource systems.

Features

  • Supports Minecraft client 1.21.5
  • Runs on Linux and Windows (MSVC supported)
  • Server-side authentication
  • Secure networking via mbedTLS (see config.h and config_adv.h)

Technical Changes

  • Added Windows/MSVC build support
  • Fixed game logic errors and function types

Notes

  • Early stage project; expect missing features and bugs