mirror of
https://github.com/minetest-mods/mapfix.git
synced 2024-11-14 22:30:22 +01:00
21 lines
368 B
Lua
21 lines
368 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
globals = {
|
|
"minetest",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Builtin
|
|
"vector", "ItemStack",
|
|
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
|
|
|
-- MTG
|
|
"default", "sfinv", "creative", "carts",
|
|
|
|
--depends
|
|
} |