You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EAGLERCRAFTX_README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,4 +247,4 @@ The `crashReportShow` hook can be used to capture crash reports and append addit
247
247
248
248
There is currently no system in place to make forks of 1.8 and merge commits made to the patch files in this repository with the patch files or workspace of the fork, you're on your own if you try to keep a fork of this repo for reasons other than to contribute to it
249
249
250
-
A javascript-based modding API resembling Minecraft Forge may be implemented someday though for adding custom content to the game.
250
+
**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.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Java must be added to your PATH!
22
22
2. Open one of the .java files from the source folders (workaround for a bug)
23
23
3. Run/Debug the client with the included "eaglercraftDebugRuntime" configuration
24
24
25
+
**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.
26
+
25
27
**See the main 1.8 repository's README for more info**
26
28
27
29
The source codes of EaglercraftXBungee and EaglercraftXVelocity are not included here.
0 commit comments