aboutsummaryrefslogtreecommitdiff
path: root/content/projects/ServerCraft.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects/ServerCraft.md')
-rw-r--r--content/projects/ServerCraft.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/projects/ServerCraft.md b/content/projects/ServerCraft.md
index d1b4d3c..85ed1f4 100644
--- a/content/projects/ServerCraft.md
+++ b/content/projects/ServerCraft.md
@@ -31,6 +31,6 @@ ServerCraft is a GUI program created with JavaFX in order to help technically-un
## Download
-ServerCraft is available as binaries and installers, packaged with Java 17 and the ServerCraft jar, for Windows, Linux, and macOS [here](https://codeberg.org/brysonsteck/ServerCraft/releases). Simply download the correct file for your operating system. (`.exe` or `.msi` for Windows, `.dmg` or `.pkg` for macOS, etc.) Jar files are also available for the respective operating systems as compressed archives. These Jar files are *not* cross-platform, due to how JavaFX renders the windows on each system.
+ServerCraft is available as binaries and installers, packaged with OpenJDK 17 and the ServerCraft jar, for Windows, Linux, and macOS [here](https://codeberg.org/brysonsteck/ServerCraft/releases). Simply download the correct file for your operating system. (`.exe` or `.msi` for Windows, `.dmg` or `.pkg` for macOS, etc.) Jar files are also available for the respective operating systems as compressed archives. These Jar files are *not* cross-platform, due to how JavaFX renders the windows on each system.
You can also download the source code and compile it yourself. ServerCraft uses the Gradle build system and requires Java 11 or later due to JavaFX requirements. Instructions to do so are available on the project's repository hosted on Codeberg. (See top of page.)