Print out the tilesets being rendered
This commit is contained in:
@@ -184,6 +184,8 @@ def main():
|
|||||||
w = world.World(worlddir, useBiomeData=useBiomeData)
|
w = world.World(worlddir, useBiomeData=useBiomeData)
|
||||||
w.go(options.procs)
|
w.go(options.procs)
|
||||||
|
|
||||||
|
logging.info("Rending the following tilesets: %s", ",".join(options.rendermode))
|
||||||
|
|
||||||
# create the quadtrees
|
# create the quadtrees
|
||||||
# TODO chunklist
|
# TODO chunklist
|
||||||
q = []
|
q = []
|
||||||
|
|||||||
Reference in New Issue
Block a user