1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-12-01 20:35:35 +01:00
Files
plantlife_modpack/.luacheckrc
2021-12-28 14:55:33 +11:00

18 lines
211 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 185
globals = {
"biome_lib",
}
read_globals = {
table = {fields = {"copy"}},
"minetest", "ItemStack",
"vector",
"default",
"moretrees",
}