Make sure biomes are also rotated
This commit is contained in:
@@ -499,6 +499,7 @@ class RotatedRegionSet(RegionSetWrapper):
|
|||||||
array = numpy.swapaxes(array, 0,2)
|
array = numpy.swapaxes(array, 0,2)
|
||||||
section[arrayname] = array
|
section[arrayname] = array
|
||||||
chunk_data['Sections'] = newsections
|
chunk_data['Sections'] = newsections
|
||||||
|
chunk_data['Biomes'] = numpy.rot90(chunk_data['Biomes'], self.north_dir)
|
||||||
return chunk_data
|
return chunk_data
|
||||||
|
|
||||||
def get_chunk_mtime(self, x, z):
|
def get_chunk_mtime(self, x, z):
|
||||||
|
|||||||
Reference in New Issue
Block a user