From dcd094bd1b6077dc2f065c390b33f7ac059cbd6b Mon Sep 17 00:00:00 2001 From: Jan Dahl Date: Sun, 25 Aug 2013 13:10:24 +0200 Subject: [PATCH] Added clarification on 'northdirection' that it has to do with viewpoint angle --- docs/config.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index dcda9de..7a3e549 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -87,6 +87,14 @@ A more complicated example "dimension": "nether", } + renders["survivalnethersouth"] = { + "world": "survival", + "title": "Survival Nether", + "rendermode": nether_smooth_lighting, + "dimension": "nether", + "northdirection" : "lower-right", + } + renders["creative"] = { "world": "creative", "title": "Creative", @@ -460,7 +468,7 @@ values. The valid configuration keys are listed below. objects. See :ref:`customrendermodes` for more information. ``northdirection`` - This is direction that north will be rendered. This north direction will + This is direction or viewpoint angle with which north will be rendered. This north direction will match the established north direction in the game where the sun rises in the east and sets in the west.