From 788d90bbf26be75ac128073c2347aeb18eaa4a17 Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Fri, 3 Jul 2015 15:10:54 +0200 Subject: [PATCH] Small documentation bug for StructureOverlay. When adding documentation for the StructureOverlay I missed some copy and paste error. fixes #1229 --- docs/config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index b56fc8f..14904a4 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -1172,13 +1172,13 @@ StructureOverlay Example:: - MineralOverlay(minerals=[(((0, 0, 0, 66), (0, -1, 0, 4)), (255, 0, 0, 255)), - (((0, 0, 0, 27), (0, -1, 0, 4)), (0, 255, 0, 255))]) + StructureOverlay(structures=[(((0, 0, 0, 66), (0, -1, 0, 4)), (255, 0, 0, 255)), + (((0, 0, 0, 27), (0, -1, 0, 4)), (0, 255, 0, 255))]) In this example all rails(66) on top of cobblestone are rendered in pure red. And all powerrails(27) are rendered in green. - If ``minerals`` is not provided, a default rail coloring is used. + If ``structures`` is not provided, a default rail coloring is used. BiomeOverlay Color the map according to the biome at that point. Either use on