0

Update config.rst

Fix typo in example code that causes error in an actual config file.
This commit is contained in:
Tom Thorogood
2013-09-28 10:55:38 -07:00
parent fe42ed4165
commit be0ffa185c

View File

@@ -928,7 +928,7 @@ primitive object's constructor::
Then you can use your new rendermode in your render definitions::
render["survivalday"] = {
renders["survivalday"] = {
"world": "survival",
"title": "Survival Daytime",
"rendermode": my_rendermode,