2017-12-15 11:22:22 -08:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
2020-08-26 02:11:18 +02:00
|
|
|
|
2022-10-24 19:09:19 -04:00
|
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
|
|
|
|
|
|
|
|
globals = {
|
|
|
|
"minetest",
|
|
|
|
"vector",
|
|
|
|
"VoxelManip",
|
|
|
|
"VoxelArea",
|
|
|
|
"PseudoRandom",
|
|
|
|
"ItemStack",
|
|
|
|
"default",
|
|
|
|
"dump",
|
|
|
|
"moretrees",
|
2022-12-12 00:26:49 -05:00
|
|
|
"ethereal",
|
2020-08-26 02:11:18 +02:00
|
|
|
}
|
2017-12-15 11:22:22 -08:00
|
|
|
|
|
|
|
read_globals = {
|
2022-10-24 19:09:19 -04:00
|
|
|
string = {fields = {"split"}},
|
|
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
|
2020-08-26 02:11:18 +02:00
|
|
|
"stairsplus",
|
|
|
|
"stairs",
|
|
|
|
"doors",
|
2024-05-26 11:08:14 -04:00
|
|
|
"xcompat",
|
2017-12-15 11:22:22 -08:00
|
|
|
}
|