Ealgercraft 1.21.4 update https://eaglercraft.42web.io
  • Java 96.6%
  • HTML 1.2%
  • GLSL 0.9%
  • JavaScript 0.8%
  • C 0.3%
  • Other 0.2%
Find a file
2025-07-26 19:30:29 +02:00
desktopRuntime Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
gradle/wrapper Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
javascript Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
src Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
wasm_gc_teavm Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
.gitattributes Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
.gitignore Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
build.gradle Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
CompileEPK.bat Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
CompileEPK.sh add files 2024-02-14 20:52:11 -08:00
CompileJS.bat Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
CompileJS.sh Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
EAGLERCRAFTX_README.md Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
gradle.properties Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
gradlew u24 2024-03-02 22:18:18 -08:00
gradlew.bat Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
hs_err_pid79291.log Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
hs_err_pid3261478.log Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
MakeOfflineDownload.bat Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
MakeOfflineDownload.sh add files 2024-02-14 20:52:11 -08:00
MakeSignedClient.bat Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
MakeSignedClient.sh add files 2024-02-14 20:52:11 -08:00
README.md Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00
settings.gradle Update Source Code for less errors during compilation 2025-07-26 19:30:29 +02:00

Java 8 or greater is required for the desktop runtime

Most Java IDEs will allow you to import this repository as a gradle project for compiling it to JavaScript.

Java must be added to your PATH!

To compile the web client:

  1. Run CompileEPK
  2. Run CompileJS (or the generateJavaScript gradle task in your IDE)
  3. Check the "javascript" folder

To compile an offline download:

  1. Run CompileEPK
  2. Run CompileJS (or the generateJavaScript gradle task in your IDE)
  3. Run MakeOfflineDownload
  4. Check the "javascript" folder

To compile the WASM GC client: Consult the README in the wasm_gc_teavm folder

To use the desktop runtime:

  1. Import the Eclipse project in "desktopRuntime/eclipseProject" into your IDE
  2. Open one of the .java files from the source folders (workaround for a bug)
  3. Run/Debug the client with the included "eaglercraftDebugRuntime" configuration

Note: If you are trying to use the desktop runtime on Linux, make sure you add the "desktopRuntime" folder to the LD_LIBRARY_PATH environment variable of the Java process. This should be done automatically by the Eclipse project's default run configuration, but it might not work properly on every system, or when the Eclipse project is imported into IntelliJ.

See the main 1.8 repository's README for more info

The source codes of EaglercraftXBungee and EaglercraftXVelocity are not included here.