Skip to content

K0LALA/DragonAdventureLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Adventure

Launcher pour le modpack Dragon Adventure.

Building

1. Clone the project

'git clone https://K0LALA/DragonAdventureLauncher && cd DragonAdventureLauncher'

2. Prepare project

Prepare the project with Gradle: ./gradlew build

3. Build project

To build the project into a universal .jar file, use: ./gradlew jpackage This will generate a .jar file in jars/lib/app, you just need to take the latedt version.

Running

If you want to run the project, simply use: java -jar application.jar. Of you don't want to automatically update, use: java -jar application.jar --dev

If you have issues with JavaFX, add the javafx modules: javafx.web,javafx.graphics,javafx.swing, make sure to add the location of the JavaFX SDK's libs folder

Crédits

Basé sur javafx-launcher créé par Flowarg et Bricklou.