diff --git a/docs/config.rst b/docs/config.rst index 7a3e549..5ec387f 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -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,