Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 995 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 995 Bytes

Shadow Client 4.0

Downloads

Link 1: tinyurl.com/eagler-download

Link 2: bit.ly/eaglercraft-download

Building the web/offline version

  1. Clone this github repo
  2. cd into the directory of this repo
  3. Run ./gradlew generateJavaScript
  4. If you want the offline download, run bash ./MakeOfflineDownload.sh

Running the Desktop Runtime

Note: Requires a physical display to run, will NOT run on codespaces, ANY online terminal without a graphical display, or ANY ssh without X11 forwarding (Pretty much self explanitory but for the people who didn't know)

If you STILL don't understand, it basically means you have to run it on YOUR personal computer. You most likely will not be able to use it in a browser VM without a graphical interface or over SSH

  1. Clone this Github repo
  2. cd into the directory of this repo
  3. Run ./gradlew runClient and wait for it to finish compiling