2018-02-18 01:27:34 +01:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
2023-07-21 21:29:53 +02:00
|
|
|
max_line_length = 185
|
|
|
|
|
|
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
|
|
|
|
globals = {
|
|
|
|
"biome_lib", "abstract_dryplants",
|
2023-10-24 01:33:59 +02:00
|
|
|
"bushes_classic",
|
2023-07-21 21:29:53 +02:00
|
|
|
}
|
2018-02-18 01:27:34 +01:00
|
|
|
|
|
|
|
read_globals = {
|
2023-07-21 21:29:53 +02:00
|
|
|
table = {fields = {"copy"}},
|
|
|
|
|
|
|
|
"minetest", "ItemStack",
|
|
|
|
"vector",
|
|
|
|
|
2018-02-18 01:27:34 +01:00
|
|
|
"default",
|
2023-07-21 21:29:53 +02:00
|
|
|
"moretrees",
|
|
|
|
"dump",
|
2018-02-18 01:27:34 +01:00
|
|
|
}
|