Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spnda/mcversort
- Owner: spnda
- License: mit
- Created: 2020-07-31T03:01:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:06:04.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T12:53:09.499Z (over 1 year ago)
- Topics: minecraft, minecraft-launcher, minecraft-tool, minecraft-tools, minecraft-versions
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.