Optifine client for Eaglercraft u29 with support for EaglerForge mods
Go to file
2024-04-16 01:05:39 -04:00
desktopRuntime Upload source 2024-04-11 17:18:30 -04:00
gradle/wrapper Upload source 2024-04-11 17:18:30 -04:00
javascript Compile 2024-04-15 22:52:43 -04:00
src Various bug fixes 2024-04-15 22:46:28 -04:00
.gitignore Upload source 2024-04-11 17:18:30 -04:00
build.gradle Combine desktopRuntime into one gradle build 2024-04-16 01:05:39 -04:00
CompileEPK.bat Upload source 2024-04-11 17:18:30 -04:00
CompileEPK.sh Upload source 2024-04-11 17:18:30 -04:00
CompileJS.bat Upload source 2024-04-11 17:18:30 -04:00
CompileJS.sh Upload source 2024-04-11 17:18:30 -04:00
gradle.properties Upload source 2024-04-11 17:18:30 -04:00
gradlew Upload source 2024-04-11 17:18:30 -04:00
gradlew.bat Upload source 2024-04-11 17:18:30 -04:00
MakeOfflineDownload.bat Upload source 2024-04-11 17:18:30 -04:00
MakeOfflineDownload.sh Upload source 2024-04-11 17:18:30 -04:00
MakeSignedClient.bat Upload source 2024-04-11 17:18:30 -04:00
MakeSignedClient.sh Upload source 2024-04-11 17:18:30 -04:00
README.md Create README.md 2024-04-15 14:52:56 +03:30
settings.gradle Upload source 2024-04-11 17:18:30 -04:00

Shadow-4.0

Compiling desktop runtime

  1. download the zip of this repo or make a github codespace (extract the zip to a folder if you downloaded a zip)
  2. rename build.gradle to build-teavm.gradle or anything else
  3. rename build-desktopruntime.gradle to build.gradle
  4. 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

  1. follow step 1 through 3 of "Compiling desktop runtime"
  2. open a terminal or cmd in the folder with the repo and type ./gradlew runclient
  3. wait for it to compile the classes