mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-12 13:20:39 +01:00
22 lines
272 B
Lua
22 lines
272 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
max_line_length = 185
|
|
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
globals = {
|
|
"biome_lib",
|
|
"bushes_classic",
|
|
}
|
|
|
|
read_globals = {
|
|
table = {fields = {"copy"}},
|
|
|
|
"minetest", "ItemStack",
|
|
"vector",
|
|
|
|
"default",
|
|
"moretrees",
|
|
"dump",
|
|
}
|