An open API service indexing awesome lists of open source software.

https://github.com/yariplus/ys2j

Converts .schematic files to a forge WorldGenerator.
https://github.com/yariplus/ys2j

Last synced: 2 months ago
JSON representation

Converts .schematic files to a forge WorldGenerator.

Awesome Lists containing this project

README

        

ys2j
====

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.