Converts .schematic files to a forge WorldGenerator.
Requires a blocks.csv and a item.csv from NEI to work properly. CSVs provided are an example only, please use your own for maximum compatibility.
Drop the schematic file(s) onto convert.bat or use from the command line like "java -jar ys2j.jar schem1.schematic schem2.schematic"
Creates a .java file with a WorldGenerator class and a plain text file for each schematic.
Everything is Public Domain except the JNBT Library which has its license included.