0

Small documentation bug for StructureOverlay.

When adding documentation for the StructureOverlay I missed some
copy and paste error.

fixes #1229
This commit is contained in:
Franz Dietrich
2015-07-03 15:10:54 +02:00
parent dec9aada01
commit 788d90bbf2

View File

@@ -1172,13 +1172,13 @@ StructureOverlay
Example:: Example::
MineralOverlay(minerals=[(((0, 0, 0, 66), (0, -1, 0, 4)), (255, 0, 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))]) (((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 In this example all rails(66) on top of cobblestone are rendered in
pure red. And all powerrails(27) are rendered in green. 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 BiomeOverlay
Color the map according to the biome at that point. Either use on Color the map according to the biome at that point. Either use on