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