Really make lower-left the default everywhere
This commit is contained in:
2
world.py
2
world.py
@@ -70,7 +70,7 @@ class World(object):
|
||||
mincol = maxcol = minrow = maxrow = 0
|
||||
|
||||
def __init__(self, worlddir, useBiomeData=False,regionlist=None,
|
||||
north_direction="upper-right"):
|
||||
north_direction="lower-left"):
|
||||
self.worlddir = worlddir
|
||||
self.useBiomeData = useBiomeData
|
||||
self.north_direction = north_direction
|
||||
|
||||
Reference in New Issue
Block a user