From 35e664a32cf64c6b6eb2210914242b9db263485c Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Thu, 14 Oct 2010 21:04:41 -0400 Subject: [PATCH] updated README to reflect new lighting options --- README.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a44cfed..5d8e158 100644 --- a/README.rst +++ b/README.rst @@ -190,6 +190,18 @@ Options a certain date. Or perhaps you can incrementally update your map by passing in a subset of chunks each time. It's up to you! +--lighting + This option enables map lighting, using lighting information stored by + Minecraft inside the chunks. This will make your map prettier, at the cost + of update speed. + + Note that for existing, unlit maps, you may want to clear your cache + (with -d) before updating the map to use lighting. Otherwise, only updated + chunks will have lighting enabled. + +--night + This option enables --lighting, and renders the world at night. + Viewing the Results ------------------- Within the output directory you will find two things: an index.html file, and a @@ -247,8 +259,6 @@ An incomplete list of things I want to do soon is: doors, and the like. Right now they are either not rendered at all, or rendered as if they were a cube, so it looks funny. -* Add lighting - * Some kind of graphical interface. * A Windows exe for easier access for Windows users.