0

Merge branch 'upstream' into biomesoverlay

This commit is contained in:
Thomas Lake
2012-08-30 10:16:37 +01:00
6 changed files with 70 additions and 16 deletions

View File

@@ -308,6 +308,25 @@ the form ``key = value``. Two items take a different form:, ``worlds`` and
observer = JSObserver(outputdir, 10)
.. _customwebassets:
``customwebassets = "<path to custom web assets>"``
This option allows you to speciy a directory containing custom web assets
to be copied to the output directory. Any files in the custom web assets
directory overwrite the default files.
If you are providing a custom index.html, the following strings will be replaced:
* ``{title}``
Will be replaced by 'Minecraft Overviewer'
* ``{time}``
Will be replaced by the current date and time when the world is rendered
e.g. 'Sun, 12 Aug 2012 15:25:40 BST'
* ``{version}``
Will be replaced by the version of Overviewer used
e.g. '0.9.276 (5ff9c50)'
.. _renderdict:

View File

@@ -219,6 +219,11 @@ is typically correct.
specify ``-v -q`` to get only INFO logs and higher (no DEBUG) but with the
more verbose logging format.
.. cmdoption:: --update-web-assets
Update web assets, including custom assets, without starting a render.
This won't update overviewerConfig.js, but will recreate overviewer.js
.. _installing-textures:
Installing the Textures