2024-06-19 19:51:08 +02:00
# ViaForge 1.8 git tree
2023-12-02 00:28:46 +01:00
2024-06-19 19:51:08 +02:00
Upstream changes are merged into this branch regularly.
2023-12-02 01:20:27 +01:00
2023-12-02 00:50:38 +01:00
Switch to the `master` branch for the latest changes.
2024-06-19 19:51:08 +02:00
## Installation
ViaVersion 5.0.0+ versions are using Java 17 which is usually not supported by this setup,
2024-07-01 21:54:22 +02:00
therefore a script automatically downloading and downgrading the jar files using [JavaDowngrader ](https://github.com/RaphiMC/JavaDowngrader ) has been written:
2024-06-19 19:51:08 +02:00
1. Execute either `./run.sh` or `run.bat` depending on your operating system.
2. A `downloads` folder will be created which is ignored by git and should not be pushed.
3. The `output` directory will contain the final jar files and will be automatically used by the build script.
2024-07-01 21:54:22 +02:00
Note: the `url_list.txt` contains all the URLs of the jar files that need to be downloaded.