comments clarifications and whitespace adjustments
This commit is contained in:
@@ -64,7 +64,12 @@ def base36encode(number, alphabet='0123456789abcdefghijklmnopqrstuvwxyz'):
|
|||||||
|
|
||||||
class World(object):
|
class World(object):
|
||||||
"""Does world-level preprocessing to prepare for QuadtreeGen
|
"""Does world-level preprocessing to prepare for QuadtreeGen
|
||||||
|
|
||||||
worlddir is the path to the minecraft world
|
worlddir is the path to the minecraft world
|
||||||
|
|
||||||
|
outputdir is the output path for this render. It is used only to find the
|
||||||
|
persistent data files to read in data from last render. Also it creates
|
||||||
|
this directory if it doesn't exist.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
mincol = maxcol = minrow = maxrow = 0
|
mincol = maxcol = minrow = maxrow = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user