0

Merge remote branch 'upstream/configfile' into dtt-config-merge

Conflicts:
	chunk.py
	gmap.py
	world.py
This commit is contained in:
Aaron Griffith
2011-03-19 21:10:40 -04:00
6 changed files with 220 additions and 16 deletions

View File

@@ -64,7 +64,7 @@ class World(object):
"""Does world-level preprocessing to prepare for QuadtreeGen
worlddir is the path to the minecraft world
"""
mincol = maxcol = minrow = maxrow = 0
def __init__(self, worlddir, useBiomeData=False,regionlist=None):