0

Fix texturepath docs (minor)

This commit is contained in:
Andrew Chin
2012-05-06 19:56:11 -04:00
parent f185fd9ec1
commit 06b6af5dbc
2 changed files with 4 additions and 3 deletions

View File

@@ -432,11 +432,12 @@ values. The valid configuration keys are listed below.
**Default:** ``#1a1a1a``
.. _option_texture_pack:
.. _option_texturepath:
``texturepath``
This is a where a specific texture pack can be found to be used during this render.
It can be either a folder or a directory. Its value should be a string.
It can be either a folder or a zip file containing the texture pack.
Its value should be a string.
.. _crop:

View File

@@ -246,7 +246,7 @@ If you want or need to provide your own textures, you have several options:
overviewer.exe.
* Specify any terrain.png or texture pack you want with the
:ref:`texture_pack<option_texture_pack>` option.
:ref:`texturepath<option_texturepath>` option.
If you copy your world before you render it
-------------------------------------------