0

fixed wording related to texturepath in config docs

Changed to be more accurate with the resource pack changes in minecraft
1.6
This commit is contained in:
Andrew Brown
2013-07-05 23:55:34 -04:00
parent 5fd0c32fa3
commit 66d469c4b8
2 changed files with 14 additions and 10 deletions

View File

@@ -111,9 +111,10 @@ there are many preset rendermodes, and you can even create your own (more on
that later). that later).
And finally, note the usage of the ``texturepath`` option. This specifies a And finally, note the usage of the ``texturepath`` option. This specifies a
texture pack to use for the rendering. Also note that it is set at the top level texture pack (also called a resource pack) to use for the rendering. Also note
of the config file, and therefore applies to every render. It could be set on that it is set at the top level of the config file, and therefore applies to
individual renders to apply to just those renders. every render. It could be set on individual renders to apply to just those
renders.
.. note:: .. note::
@@ -547,11 +548,14 @@ values. The valid configuration keys are listed below.
.. _option_texturepath: .. _option_texturepath:
``texturepath`` ``texturepath``
This is a where a specific texture pack can be found to be used during this render. This is a where a specific texture or resource pack can be found to use
It can be either a folder or a zip file containing the texture pack. If specifying during this render. It can be a path to either a folder or a zip/jar file
a folder, this option should point to a directory that *contains* the textures/ folder containing the texture resources. If specifying a folder, this option should
(it should not point to the textures folder directly). point to a directory that *contains* the assets/ directory (it should not
Its value should be a string. point to the assets directory directly or any one particular texture image).
Its value should be a string: the path on the filesystem to the resource
pack.
.. _crop: .. _crop:

View File

@@ -231,8 +231,8 @@ Installing the Textures
.. note:: .. note::
This procedure has changed with Minecraft 1.6's Resource Pack update. The This procedure has changed with Minecraft 1.6's Resource Pack update. The
latest versions of Overviewer are not compatible with Minecraft 1.5 clients latest versions of Overviewer are not compatible with Minecraft 1.5 client
and below. resources.
If Overviewer is running on a machine with the Minecraft client installed, it If Overviewer is running on a machine with the Minecraft client installed, it
will automatically use the default textures from Minecraft. will automatically use the default textures from Minecraft.