diff --git a/docs/config.rst b/docs/config.rst index 45f2ce0..5f0484f 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -363,7 +363,7 @@ primitive object's constructor:: Then you can use your new rendermode in your render definitions:: render["survivalday"] = { - "world": "survival", + "worldname": "survival", "title": "Survival Daytime", "rendermode": my_rendermode, "dimension": "overworld",