Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spnda/mcversort

mcversort is a easy to use console program to sort third party Minecraft versions in the official Minecraft launcher.
https://github.com/spnda/mcversort

minecraft minecraft-launcher minecraft-tool minecraft-tools minecraft-versions

Last synced: 18 days ago
JSON representation

mcversort is a easy to use console program to sort third party Minecraft versions in the official Minecraft launcher.

Awesome Lists containing this project

README

        

# mcversort

## 🤔 **What is it?**

**_mcversort_** is a simple and easy to use console program designed to sort all of the third party minecraft clients you have installed. It aims to remove any clutter inside the version selection menu in the offical minecraft launcher.

## 👌 Sounds cool! How do I use it?

You can easily download the Windows binaries from the [GitHub release page](https://github.com/spnda/mcversort/releases).

From anywhere you can just double-click on the executable to run it. To see if you encountered any issues and see what's being done open the program from the command line.

If you encounter any issues please open a [issue](https://github.com/spnda/mcversort/issues).

## ▶️ Building

To build you can simply clone this project and open it with Microsoft Visual Studio 2019. You should then be able to just build the project. To get a small executable you can run `dotnet publish -c release`.