From f4d4c9ff5ca949a4d54572cc0610f64a14e4f85e Mon Sep 17 00:00:00 2001 From: Thomas Lake Date: Fri, 24 May 2013 20:43:18 +0100 Subject: [PATCH] Fix reference to stochastic command line option --- docs/config.rst | 2 ++ docs/faq.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 02afe1d..ba449a5 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -472,6 +472,8 @@ values. The valid configuration keys are listed below. **Default:** ``"upper-left"`` +.. _rerenderprob: + ``rerenderprob`` This is the probability that a tile will be rerendered even though there may have been no changes to any blocks within that tile. Its value should be a diff --git a/docs/faq.rst b/docs/faq.rst index ad60724..2efb5c8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -44,7 +44,7 @@ You've added a new feature or changed textures, but it's not showing up on my ma Some new features will only show up in newly-rendered areas. Use the :option:`--forcerender` option to update the entire map. If you have a really large map and don't want to re-render everything, take a look at -the :option:`--stochastic-render` option. +the :ref:`rerenderprob` configuration option. How do I use this on CentOS 5? ------------------------------