Java application: Converts Litematics to WorldEdit schematics
Run the jar file to open the GUI application.
Click 'browse' and select your litematic files you want converted.
On successful conversion:
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.
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.