From 0df736173e60df06a7a7162c285b9c5731a07c20 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Tue, 7 Apr 2015 23:04:48 -0400 Subject: Schematics: Prepend mod path to relative schematic filepaths --- doc/lua_api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 -- cgit v1.2.3