summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2015-04-07 23:04:48 -0400
committerkwolekr <kwolekr@minetest.net>2015-04-08 00:28:56 -0400
commit0df736173e60df06a7a7162c285b9c5731a07c20 (patch)
tree4ed5c22380dd70213b820544b1e75ae8ca1ad573 /doc
parent5132908f4b834c344d19dcb20939cda175fc82a4 (diff)
downloadminetest-0df736173e60df06a7a7162c285b9c5731a07c20.tar.gz
minetest-0df736173e60df06a7a7162c285b9c5731a07c20.tar.bz2
minetest-0df736173e60df06a7a7162c285b9c5731a07c20.zip
Schematics: Prepend mod path to relative schematic filepaths
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt1
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