diff options
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 5daaaa91d..eae7e537b 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -439,6 +439,7 @@ the global `minetest.registered_*` tables. * added to `minetest.registered_schematic` with the key of `schematic.name` * if `schematic.name` is nil, the key is the returned ID * if the schematic is loaded from a file, schematic.name is set to the filename + * the current mod path will be prepended to the schematic filename if it is a relative path * `minetest.clear_registered_biomes()` * clears all biomes currently registered |