Skip to content

Minecraft Beta 1.7.3 ported to C#

License

Notifications You must be signed in to change notification settings

Fazin85/betasharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2db2ef6 · Mar 1, 2026

History

721 Commits
Feb 28, 2026
Mar 1, 2026
Feb 26, 2026
Feb 26, 2026
Mar 1, 2026
Feb 17, 2026
Jan 28, 2026
Feb 24, 2026
Feb 17, 2026
Feb 26, 2026
Jan 28, 2026
Feb 24, 2026

Repository files navigation

BetaSharp

Discord C# .NET Issues Pull requests

An enhanced version of Minecraft Beta 1.7.3, ported to C#.

Notice

Important

This project is based on decompiled Minecraft Beta 1.7.3 code and requires a legally purchased copy of the game.
We do not support or condone piracy. Please purchase Minecraft from https://www.minecraft.net.

Running

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

Building

Clone the repository and make sure the .NET 10 SDK is installed. For installation, visit https://dotnet.microsoft.com/en-us/download.
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

Contributing

Contributions are welcome! Please read our CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

This is a personal project with no guarantees on review or merge timelines. Feel free to submit contributions, though they may or may not be reviewed or merged depending on the maintainer's availability and discretion.