/Lite2Edit

Java application: Converts Litematics to WorldEdit schematics

Primary LanguageJavaMIT LicenseMIT

Lite2Edit

Java application: Converts Litematics to WorldEdit schematics

GUI

Run the jar file to open the GUI application.

image

Click 'browse' and select your litematic files you want converted.

image

On successful conversion:

image

CLI

Run the jar file with the --convert argument and add all files you want converted after that.

Example:

java -jar Lite2Edit-1.2.0.jar --convert test.litematic ../anothertestfile.litematic

Both relative and full file paths work.

Building

Run maven install:

mvn install -f pom.xml

The correct output file is in the folder "target" and doesn't start with "original-". The other file doesn't have dependencies in the jar file and won't work.