Optifine client for Eaglercraft u29 with support for EaglerForge mods
desktopRuntime | ||
gradle/wrapper | ||
javascript | ||
src | ||
.gitignore | ||
build-desktopruntime.gradle | ||
build.gradle | ||
CompileEPK.bat | ||
CompileEPK.sh | ||
CompileJS.bat | ||
CompileJS.sh | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
MakeOfflineDownload.bat | ||
MakeOfflineDownload.sh | ||
MakeSignedClient.bat | ||
MakeSignedClient.sh | ||
README.md | ||
settings.gradle |
Shadow-4.0
Compiling desktop runtime
- download the zip of this repo or make a github codespace (extract the zip to a folder if you downloaded a zip)
- rename build.gradle to build-teavm.gradle or anything else
- rename build-desktopruntime.gradle to build.gradle
- open a terminal or cmd in the folder with the repo and type
./gradlew jar
Running desktop runtime without compiling to jar
note: this dosnt work on github codespaces
- follow step 1 through 3 of "Compiling desktop runtime"
- open a terminal or cmd in the folder with the repo and type
./gradlew runclient
- wait for it to compile the classes