# This will show up when the player is
# creating a new game and must select
# a starting position:
description     "Default Starting Position"

# Which block file is
# used for the root of the chunk tree.
root_node       block_root

# Where in the final chunk the player
# should be placed.  Should be "x y z",
# where x,y,z are each between 0.0 and 16.0
player_offset   7.5 7.5 7.5

# The starting path:
# Can print the players path from the root
# by running the command "path all".
# The path will be printed in "Output/path.txt".
chunk_path 777_772
