Merge pull request #977 from jandahl/patch-1
Added clarification on 'northdirection' that it has to do with viewpoint...
This commit is contained in:
@@ -87,6 +87,14 @@ A more complicated example
|
|||||||
"dimension": "nether",
|
"dimension": "nether",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
renders["survivalnethersouth"] = {
|
||||||
|
"world": "survival",
|
||||||
|
"title": "Survival Nether",
|
||||||
|
"rendermode": nether_smooth_lighting,
|
||||||
|
"dimension": "nether",
|
||||||
|
"northdirection" : "lower-right",
|
||||||
|
}
|
||||||
|
|
||||||
renders["creative"] = {
|
renders["creative"] = {
|
||||||
"world": "creative",
|
"world": "creative",
|
||||||
"title": "Creative",
|
"title": "Creative",
|
||||||
@@ -460,7 +468,7 @@ values. The valid configuration keys are listed below.
|
|||||||
objects. See :ref:`customrendermodes` for more information.
|
objects. See :ref:`customrendermodes` for more information.
|
||||||
|
|
||||||
``northdirection``
|
``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
|
match the established north direction in the game where the sun rises in the
|
||||||
east and sets in the west.
|
east and sets in the west.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user