Skip to content

Flanderzz/betasharp

 
 

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.

About

Minecraft Beta 1.7.3 ported to C#

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 99.9%
  • GLSL 0.1%