Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyrising/matches
https://github.com/skyrising/matches
minecraft modding-resources
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skyrising/matches
- Owner: skyrising
- License: cc0-1.0
- Created: 2021-06-27T08:23:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T03:32:37.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:11:49.534Z (7 months ago)
- Topics: minecraft, modding-resources
- Language: TypeScript
- Homepage:
- Size: 91.8 MB
- Stars: 10
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matches
Matches for a lot of Minecraft versions.This uses [mc-versions](https://github.com/skyrising/mc-versions) as its source of versions. This way it is based on a version graph that includes all publicly released versions, even if they're not available through the Minecraft launcher.
## Contributing
If you want to contribute new matches please use [my customized version of Matcher](https://github.com/skyrising/matcher), since it has some nice improvements and also includes the match status in the match files it outputs.Contact me on Discord (skyrising#1562) to avoid wasting time by unknowingly matching the same versions separately.
Run
```sh
./match.ts next
```
to generate the jars and a template for the next missing match or
```sh
./match.ts
```
to do so for a specific pair of versions.After pulling matches created by others you can run
```sh
./match.ts refresh
```
to generate all the jars for existing matches, that way you can open them in Matcher.