mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-23 12:15:25 +01:00
Client-side Implementation of the Via* projects for Minecraft Forge
forgejavaminecraftminecraft-modprotocolprotocol-hackprotocol-translatorviabackwardsviaforgeviamcpviarewindviaversion
6b6ae4fe32
* fix crash with CustomMainMenu mod * move loading to a Forge event * cleanup * Force load as mod --------- Co-authored-by: EnZaXD <florian.michael07@gmail.com> |
||
---|---|---|
.idea/copyright | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
run.bat | ||
run.sh | ||
settings.gradle | ||
url_list.txt |
ViaForge 1.8 git tree
Upstream changes are merged into this branch regularly.
Switch to the master
branch for the latest changes.
Installation
ViaVersion 5.0.0+ versions are using Java 17 which is usually not supported by this setup, therefore a script automatically downloading and downgrading the jar files using JavaDowngrader has been written:
- Execute either
./run.sh
orrun.bat
depending on your operating system. - A
downloads
folder will be created which is ignored by git and should not be pushed. - The
output
directory will contain the final jar files and will be automatically used by the build script.
Note: the url_list.txt
contains all the URLs of the jar files that need to be downloaded.