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**