mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
added format.file_path
This commit is contained in:
parent
8f54522e20
commit
97e8bd1361
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ local wea_c = worldeditadditions_core
|
|||
wea_c.format = {
|
||||
array_2d = dofile(wea_c.modpath.."/utils/format/array_2d.lua"),
|
||||
escape = dofile(wea_c.modpath.."/utils/format/escape.lua"),
|
||||
file_path = dofile(wea_c.modpath.."/utils/format/file_path.lua"),
|
||||
human_size = dofile(wea_c.modpath.."/utils/format/human_size.lua"),
|
||||
human_time = dofile(wea_c.modpath.."/utils/format/human_time.lua"),
|
||||
make_ascii_table = dofile(wea_c.modpath.."/utils/format/make_ascii_table.lua"),
|
||||
|
|
Loading…
Reference in a new issue