From 737f7b75a755957ff8fad4236fe6df9c8717c204 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Wed, 21 Dec 2011 12:51:00 -0500 Subject: [PATCH] Added documenation for the nether rendermode option --- docs/options.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/options.rst b/docs/options.rst index ba07dea..fe940e0 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -636,6 +636,7 @@ normal * **min_depth** - lowest level of blocks to render (default: 0) * **max_depth** - highest level of blocks to render (default: 127) * **height_fading** - darken or lighten blocks based on height (default: False) +* **nether** - enables nether-mode by removing the top set of contiguous in each column (default: False) lighting ~~~~~~~~