0

Long overdue addition of information to docs

* Add 2 FAQ entries, one concerning mod blocks, the other
    about the maps API.

  * Add note about The End and lighting strength. (Closes #1111)
    (Also, nice quads.)
This commit is contained in:
Nicolas F
2014-06-04 11:44:38 +02:00
parent 381d66f36d
commit 192ff4c1a0
2 changed files with 26 additions and 0 deletions

View File

@@ -442,6 +442,16 @@ values. The valid configuration keys are listed below.
nether :ref:`rendermode<option_rendermode>`. Otherwise you'll
just end up rendering the nether's ceiling.
.. note::
For the end, you will most likely want to turn down the strength of
the shadows, as you'd otherwise end up with a very dark result.
e.g.::
end_lighting = [Base(), EdgeLines(), Lighting(strength=0.5)]
end_smooth_lighting = [Base(), EdgeLines(), SmoothLighting(strength=0.5)]
**Default:** ``"overworld"``
.. _option_rendermode: