- --output="out/maze.nbt" - Output file path.
Replacements:
- %SEED% - seed.
- %WIDTH% - width.
- %HEIGHT% - height.
- Example:
--output=out/%SEED%_%WIDTH%x%HEIGHT%.nbt
- --width=20 - Maze width (not actual schematic size)
- --height=20 - Maze height (not actual schematic size)
- --scale=5 - Scale factor
- --gui - Start as the GUI server
- --seed=0 - Seed for the maze generation
- --help - Print help message
.nbt
- Saved in real time!- Scale: Scroll the mouse; Resize: Move sliders.
./gradlew run --args="--output=out/maze.nbt --width=20 --height=20 --scale=5"
./gradlew shadowJar -PoutputDir=out
java -jar out/maze2schema-1.4-SNAPSHOT.jar --output="out/maze.nbt" --width=20 --height=20 --scale=5