small findSigns.py fix -- loading regions with north_direction pre-rotates
What we want in findSigns.py is the raw map data.
This commit is contained in:
@@ -200,7 +200,7 @@ class MCRFileReader(object):
|
||||
chunks (as instances of NBTFileReader), getting chunk timestamps,
|
||||
and for listing chunks contained in the file."""
|
||||
|
||||
def __init__(self, filename, north_direction):
|
||||
def __init__(self, filename, north_direction='lower-left'):
|
||||
self._file = None
|
||||
self._filename = filename
|
||||
self.north_direction = north_direction
|
||||
|
||||
Reference in New Issue
Block a user