From bab1ed3c14b9ed9dee4343b26bcd5e7283d3388d Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Fri, 2 Mar 2012 19:37:36 -0500 Subject: [PATCH] Added doc note about the nether rendermode --- docs/config.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index 671719a..38d47ca 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -227,6 +227,8 @@ values. The valid configuration keys are listed below. **Required** +.. _option_dimension: + ``dimension`` Specified which dimension of the world should be rendered. Each Minecraft world has by default 3 dimensions: The Overworld, The Nether, and The End. @@ -275,6 +277,9 @@ values. The valid configuration keys are listed below. render, not just nether dimensions. The only difference between this and normal is that the ceiling is stripped off, so you can actually see inside. + + *Note* Selecting this rendermode doesn't automatically render your + nether dimention. Be sure to also set the :ref:`dimension` option. ``"nether_lighting"`` Similar to "nether" but with blocky lighting.