An enhanced version of Minecraft Beta 1.7.3, written in C#.
Important
To use this software, you must own a legally obtained copy of the game. The offline mode provided by the launcher is intended solely for debugging, testing, and software development purposes. It is not intended to bypass licensing or authentication systems, or to enable use of the game without a valid license. Please purchase Minecraft at minecraft.net.
The launcher is the recommended way to play, it authenticates with your Microsoft account and starts the client automatically.
Clone the repository and run the following commands.
cd BetaSharp.Launcher
dotnet run --configuration Release
Clone the repository and make sure the .NET 10 SDK is installed. For installation, visit dotnet.microsoft.com.
The Website lists instructions for downloading the SDK on Windows, macOS and Linux.
It is recommended to build with --configuration Release for better performance.
The server and client expect the JAR file to be in their running directory.
cd BetaSharp.(Launcher/Client/Server)
dotnet build
