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.
- Host: GitHub
- URL: https://github.com/yariplus/ys2j
- Owner: yariplus
- License: cc0-1.0
- Created: 2014-11-11T20:03:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-10T22:06:11.000Z (over 10 years ago)
- Last Synced: 2025-01-29T05:28:40.485Z (4 months ago)
- Language: Java
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.