From 9e100bc42b5275299020ea8619e64f2e4aa76192 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Thu, 27 Jun 2013 22:33:31 -0400 Subject: Apply various fixes to several things --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 622d292c4..5920b97a0 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1123,7 +1123,7 @@ minetest.get_mapgen_object(objectname) ^ Return requested mapgen object if available (see Mapgen objects) minetest.set_mapgen_params(MapgenParams) ^ Set map generation parameters -^ Function can *only* be called within a minetest.on_mapgen_init() callback +^ Function cannot be called after the registration period; only initialization and on_mapgen_init ^ Takes a table as an argument with the fields mgname, seed, water_level, flags, and flagmask. ^ Leave field unset to leave that parameter unchanged ^ flagmask field must be set to all mapgen flags that are being modified -- cgit v1.2.3