From 19cdca39d8be390aebfb548ab2591aa38b2b34a6 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 14 May 2012 22:35:00 -0300 Subject: [PATCH] Fixed world name for config example --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 4436092..4011bb8 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -70,7 +70,7 @@ A more complicated example renders["survivalnight"] = { "world": "survival", - "title": "Survival Daytime", + "title": "Survival Nighttime", "rendermode": smooth_night, "dimension": "overworld", }