mirror of
https://github.com/minefaco/stripped_tree.git
synced 2024-11-19 22:13:50 +01:00
23 lines
388 B
Plaintext
23 lines
388 B
Plaintext
|
|
||
|
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",
|
||
|
|
||
|
--depends
|
||
|
--none in this case/yet
|
||
|
}
|