diff --git a/docs/config.rst b/docs/config.rst index aa6965b..4436092 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -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: diff --git a/docs/running.rst b/docs/running.rst index 4d5fc42..2e5cb78 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -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. + :ref:`texturepath` option. If you copy your world before you render it -------------------------------------------