0

useBiomeData is a property of worlds

Rewrite Tracking Issue: ##568
This commit is contained in:
Andrew Chin
2011-12-20 00:53:43 -05:00
parent 2e01a36686
commit 3aa9e49631
2 changed files with 5 additions and 4 deletions

View File

@@ -110,6 +110,10 @@ class World(object):
# TODO figure out where to handle regionlists
self.useBiomeData = os.path.exists(os.path.join(worlddir, 'biomes'))
if not self.useBiomeData:
logging.info("Notice: Not using biome data for tinting")
def get_level_dat_data(self):
"""Returns a dictionary representing the level.dat data for this World"""