From 34a655f96d3476fac4fad22b8117c9fda8f9e0cb Mon Sep 17 00:00:00 2001 From: lax1dude Date: Fri, 30 Sep 2022 19:20:56 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 9437f69..337fdca 100644 --- a/README.md +++ b/README.md @@ -267,11 +267,7 @@ Edit the `relayConfig.ini` file generated on first launch to change the port and To compile for the web, run the gradle 'teavm' compile target to generate the classes.js file. -To complile to regular desktop Java for quick debugging, using native OpenGL for rendering instead of WebGL: -- Create a new empty eclipse project -- Link the src/main/java and src/lwjgl/java as source folders and add the jars in lwjgl-rundir as dependencies -- Create a run configuration and add a jvm argument pointing to the lwjgl natives folder (lwjgl-rundir/natives) like this: `-Djava.library.path=natives`, and make sure the working directory for the run configuration is the lwjgl-rundir folder. - +The LWJGL runtime is no longer supported it is only included for reference **To modify the game's resource pack (javascript/assets.epk), view the readme in the [/epkcompiler](https://github.com/lax1dude/eaglercraft/tree/main/epkcompiler) directory**