0

Merge branch 'master' into minecraft113

This commit is contained in:
Aaron Griffith
2019-02-19 14:28:34 -05:00
7 changed files with 66 additions and 16 deletions

View File

@@ -590,7 +590,7 @@ class TileSet(object):
if (self.regionset.get_type() == None and self.options.get("showspawn", True)):
d.update({"spawn": self.options.get("spawn")})
else:
d.update({"spawn": "false"});
d.update({"spawn": False})
try:
d['north_direction'] = self.regionset.north_dir