From 66d469c4b802c31a5f80af804020e3352905903c Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 5 Jul 2013 23:55:34 -0400 Subject: [PATCH] fixed wording related to texturepath in config docs Changed to be more accurate with the resource pack changes in minecraft 1.6 --- docs/config.rst | 20 ++++++++++++-------- docs/running.rst | 4 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index ba449a5..dcda9de 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -111,9 +111,10 @@ there are many preset rendermodes, and you can even create your own (more on that later). 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 -of the config file, and therefore applies to every render. It could be set on -individual renders to apply to just those renders. +texture pack (also called a resource pack) to use for the rendering. Also note +that it is set at the top level of the config file, and therefore applies to +every render. It could be set on individual renders to apply to just those +renders. .. note:: @@ -547,11 +548,14 @@ values. The valid configuration keys are listed below. .. _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 zip file containing the texture pack. If specifying - a folder, this option should point to a directory that *contains* the textures/ folder - (it should not point to the textures folder directly). - Its value should be a string. + This is a where a specific texture or resource pack can be found to use + during this render. It can be a path to either a folder or a zip/jar file + containing the texture resources. If specifying a folder, this option should + point to a directory that *contains* the assets/ directory (it should not + 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: diff --git a/docs/running.rst b/docs/running.rst index 092b949..7356894 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -231,8 +231,8 @@ Installing the Textures .. note:: 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 - and below. + latest versions of Overviewer are not compatible with Minecraft 1.5 client + resources. If Overviewer is running on a machine with the Minecraft client installed, it will automatically use the default textures from Minecraft.