I am on Linux and I downloaded the java jdkHad to jump through some hoops to get this one working on my macOS. I updated my Java SDK from 8 to 23 (since it was compiled with a newer Java SDK - also the versioning is weird) and downloaded JavaFX (since that's been decoupled from the newer version of Java SDK), as well as modifying `start.sh` to point to the extracted JavaFX (also version 23) with
java --module-path /opt/javafx-sdk-23/lib --add-modules javafx.controls,javafx.fxml,javafx.web -jar ./"Lilith's Throne-0.4.10.3.jar"
The additional add-modules is important to get it working.
You must be registered to see the links
and start it like this../.jdk-23.0.1/bin/java -jar "Lilith's Throne-0.4.10.3.jar"